CurrentValOfX1
- Last UpdatedNov 17, 2021
- 1 minute read
This read-write property gets or sets the position of the first x-axis cursor of the currently selected tag in a scatter plot.
Syntax
aaHistClientTrend.CurrentValOfX1 = real;
Result = aaHistClientTrend.CurrentValOfX1;
Remarks
This property contains the value at which the cursor intersects with the current x-axis scale. Therefore, the same cursor position may be reflected by different values depending on which tag is selected.
To control the position of the first time axis cursor in a regular trend, use the XCursor1Pos property.