XCursor1Pos
- Last UpdatedNov 17, 2021
- 1 minute read
The XCursor1Pos property is a read-write property that controls the position of the first time axis cursor.
Syntax
aaHistClientTrend.XCursor1Pos = DateTime;
Result = aaHistClientTrend.XCursor1Pos;
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 first X axis cursor in a scatter plot, use the CurrentValOfX1 property instead.
This property has no default value.