Draw Polygon on chart and get coordinates question
I have a bivariate chart with x/y coordinates.
I can draw a polygon (which I think is Add Polygon Annotation) and then script the chart to find out the polygon's coordinates. Problem is: they are not the coordinates of the chart's x/y axis. Rather they seem to be coordinates of its polygon coordinate system, maybe like pixels or something like this.
Question: is there anyway to draw/freehand a po...