Search found 1 match

by petrodata
Fri Feb 11, 2005 11:42 am
Forum: VCL
Topic: TCursorTool does not return ValueIndex
Replies: 1
Views: 3962

TCursorTool does not return ValueIndex

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 o...