scPoint tooltips
Posted: Thu Jan 11, 2007 10:30 am
I have a base series which is a normal scLine.
To indicate events at certain points in time I add a scPoint series which then plots squares at the relevant point in time on top of the base line.
I have custom tooltips so I use the OnMouseEnterSeries to determine which series the mouse is on then call the correct tooltip.
In this scenario it is difficult to get the OnMouseEnterSeries event fired for the scPoint series. Even when the cursor is visually inside the point (say a square) the control sees it as entering the base line series.
Is there an event, or some way to check if the cursor is inside a point?
Thanks
To indicate events at certain points in time I add a scPoint series which then plots squares at the relevant point in time on top of the base line.
I have custom tooltips so I use the OnMouseEnterSeries to determine which series the mouse is on then call the correct tooltip.
In this scenario it is difficult to get the OnMouseEnterSeries event fired for the scPoint series. Even when the cursor is visually inside the point (say a square) the control sees it as entering the base line series.
Is there an event, or some way to check if the cursor is inside a point?
Thanks