XCursor2Pos
- Last UpdatedNov 17, 2021
- 1 minute read
The XCursor2Pos property is a read-write property that controls the position of the second time axis cursor.
Syntax
aaHistClientTrend.XCursor2Pos = DateTime;
Result = aaHistClientTrend.XCursor2Pos;
Remarks
The value is given as a date/time value. For information on the date/time value format, see DateTime.
To control the position of the second X axis cursor in a scatter plot, use the CurrentValOfX2 property instead.
This property has no default value.