Auto hide/show the cursor tool
-
- Newbie
- Posts: 5
- Joined: Tue Mar 04, 2014 12:00 am
Auto hide/show the cursor tool
Is there a possibility to automatically hide/show a TCursorTool if the mouse is within the charting region (=where the chart itself is drawn, not the title, axis, etc.). OnMouseEnter/OnMouseLeave is a bit of a workaround, as this event occurs if entering the chart panel and not the area where the chart itself is drawn. So as there is obviously not builtin solution, is there a way to determine the charting region.
Re: Auto hide/show the cursor tool
Hi,
Yes, we call the "charting region" ChartRect.
So you could use OnMouseMove event to toggle the visibility of the cursor tool.
Yes, we call the "charting region" ChartRect.
So you could use OnMouseMove event to toggle the visibility of the cursor tool.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 5
- Joined: Tue Mar 04, 2014 12:00 am
Re: Auto hide/show the cursor tool
Great, thank you. Exactly what I was looking for.
Cheers,
Christian
Cheers,
Christian