OnMouseEnter event for chart
Posted: Tue Feb 17, 2009 3:53 pm
Hi,
I'm using TeeChart Pro v8.02.10861
I have a panel with multiple(1 to 7) charts on it.
To save space, the legends are all invisible and one main legend has been added as a toolbar to cover all charts.
However, to allow the users of my application to manipulate each chart separately a floating (not drawn on the chart's own panel) legend(chart specific) should automatically popup when the cursor moves over any of these charts.
This popup legend should appear outside the chart area itself so it will not hide any information on the chart. The popup should disappear again when the cursor leaves the chart.
All this should happen without the user needing to click on the chart.
To achieve this, I am looking for an OnMouseEnter and an OnMouseLeave event of the chart or a way to simulate these events.
Using the main form's OnMouseMove event did not result in the required behavior.
Is there a way to achieve this?
Regards,
Arthur
I'm using TeeChart Pro v8.02.10861
I have a panel with multiple(1 to 7) charts on it.
To save space, the legends are all invisible and one main legend has been added as a toolbar to cover all charts.
However, to allow the users of my application to manipulate each chart separately a floating (not drawn on the chart's own panel) legend(chart specific) should automatically popup when the cursor moves over any of these charts.
This popup legend should appear outside the chart area itself so it will not hide any information on the chart. The popup should disappear again when the cursor leaves the chart.
All this should happen without the user needing to click on the chart.
To achieve this, I am looking for an OnMouseEnter and an OnMouseLeave event of the chart or a way to simulate these events.
Using the main form's OnMouseMove event did not result in the required behavior.
Is there a way to achieve this?
Regards,
Arthur