[SOLVED] A question about TCursorTool and right axis
Posted: Tue Oct 02, 2007 12:06 pm
Hi,
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 :
I can get my Y value on the left axis with the YValue property, but I would like to get the Y value on the right Axis.
I there a way to do that ?
Thanks
Komar
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