Tooltip when mouse over point (not line)
Posted: Tue Mar 20, 2007 6:32 am
I'm using Line series with diamond 'points' in my chart. The chart have several series with several 'points' on each serie.
Now, what I'm interested in doing is giving a tooltip showing the X and Y value of the point when the mouse is above a point (or very close to one), but NOT when the mouse is over the line (between two points).
Bu using the series.Clicked(x, y)... in the MouseMove event, I was able to determine when the mouse is over a line, but as I said, I want to know if the mouse is over a point on the line.
Is this possible?
Regards Andreas
Now, what I'm interested in doing is giving a tooltip showing the X and Y value of the point when the mouse is above a point (or very close to one), but NOT when the mouse is over the line (between two points).
Bu using the series.Clicked(x, y)... in the MouseMove event, I was able to determine when the mouse is over a line, but as I said, I want to know if the mouse is over a point on the line.
Is this possible?
Regards Andreas