Hi,
[Background Info]
At run time I create a TCursorTool object (I dont assign a series to it). I then place it at its relevant position... all works fine. Then when I zoom in and/or scroll, the cursor moves off the axis but is stilll visible on the chart.
[Problem]
1) Why does the cursor still draw itself once greater than the axis maximum or minimum values.
2) How could I correct this?
John.
Stop TCursorTool from moving off the chart.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi John,
I've been able to reproduce this behaviour. It makes sense what you request and I have added it to our wish list for future releases.
Meanwhile you can implement it yourself using the OnScroll and OnZoom chart events. There you can get the cursor X and Y values and making them not visible or whatever you need to do when they are out of the axis range.
I've been able to reproduce this behaviour. It makes sense what you request and I have added it to our wish list for future releases.
Meanwhile you can implement it yourself using the OnScroll and OnZoom chart events. There you can get the cursor X and Y values and making them not visible or whatever you need to do when they are out of the axis range.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |