TCursorTool.XValue

TCursorTool.XValue
TCursorTool

property XValue: Double;

Unit
TeeTools

Description
The XValue property corresponds to the horizontal "X" position in Axis scales of the current cursor position.

You can use XValue to modify the cursor position at runtime:

ChartTool1.XValue := 1000 ;

See also:

YValue property