CurrentXAxisTagIndex
- Last UpdatedNov 17, 2021
- 1 minute read
This read-only property returns the index of the x-axis tag that is associated with the currently selected tag.
Syntax
Result = aaHistClientTrend.CurrentXAxisTagIndex;
Return Value
The result is an integer value.
Remarks
The index reflects the order in which the tags were added to the trend. 0 denotes the first tag that was added to the trend, 1 denotes the second, and so on. If no tag is currently selected, or if the currently selected tag isn’t associated with an x-axis tag, -1 is returned.