Hi have a TCursorTool on a graph with left and right axis, and the cursor tool follow my cursor when it move with the "change event" of TCursorTool.
Here is the definition of the change event function :
Code: Select all
void __fastcall TFMenuRec::reticuleChange(TCursorTool *Sender, int x, int y, const double XValue, const double YValue, TChartSeries *Series, int ValueIndex)
I there a way to do that ?
Thanks
Komar