Page 1 of 1

X-Y Coordinates

Posted: Tue Nov 13, 2007 7:14 am
by 10047009
I can get the values of screen coordinates and serries values using the serries and axes methods. However I need to get the corresponding X-Y values from serries. So if I have a line serries and want to get the corresponding y value of a given X. How do I do that?

Posted: Tue Nov 13, 2007 10:13 am
by narcis
Hi Lucien,

You could use Locate method similarly to what I did here and when you have the series point index you can retrieve x or y value.

Hope this helps!