Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
Getting coordinates from a DataPoint
posted

Hi,

I have a scatter chart and I use the DataItemOver event to get the datapoint that is "highlighted".

I want to be able to add a vertical line that goes from this point all the way to X axis and a horizontal line that goes from this point all the way to Y axis.

I can get the coordinates of the axis with the StartPoint property of the axis.

I need to get the coordinates (X,Y) of the DataPoint. How can I get that information?

 

Thanks,

Imad

Parents Reply Children
No Data