TCursorTool.YValue
TCursorTool
property YValue: Double;
Unit
TeeTools
Description
The YValue property corresponds to the vertical "Y" position in Axis scales of the current cursor position.
You can use YValue to modify the cursor position at runtime:
ChartTool1.YValue := 1000 ;
See also:
XValue property