I have added the event, TCursorToolChangeEvent to my code and set the tool to series1. This then fires the event when I move the cursor on the chart but the ValueIndex is always -1.
How do I get this to indicate which record I am pointing to?
I need this to be able to extract the YValue's for each of the lines in my chart.
Thanks
Dave...
TCursorTool does not return ValueIndex
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Dave,
That's because you have to set the Chart Tool Snap property to true or else it is not pointing to an exact point.
That's because you have to set the Chart Tool Snap property to true or else it is not pointing to an exact point.
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 |