Help - Series MouseLeave/MouseEnter
Posted: Sun Sep 07, 2008 12:58 pm
Hi
We are using a TeeChart Stack Bar Chart.
When you descend the stack bar from one series in the stack to the next series in the stack the Series.MouseLeave event is not called. However when you eventually leave the stack a Series.MouseLeave event for each series that you entered is raised. (its as if one series is contained within another)
Functionaly we wish to change Cursor whenever the mouse enters any of the series/bars and revert to default Cursor when the mouse is outside the series (bar). Presently due to the above bug we have to keep counter to track the number of series entered and left in order to implement this correctly.
Is there a fix for the above available or is there another mechanism of determining when the mouse is located over a bar or series.
Thanks
We are using a TeeChart Stack Bar Chart.
When you descend the stack bar from one series in the stack to the next series in the stack the Series.MouseLeave event is not called. However when you eventually leave the stack a Series.MouseLeave event for each series that you entered is raised. (its as if one series is contained within another)
Functionaly we wish to change Cursor whenever the mouse enters any of the series/bars and revert to default Cursor when the mouse is outside the series (bar). Presently due to the above bug we have to keep counter to track the number of series entered and left in order to implement this correctly.
Is there a fix for the above available or is there another mechanism of determining when the mouse is located over a bar or series.
Thanks