SetCurrentTagXAxisTagIndex
- Last UpdatedNov 17, 2021
- 1 minute read
This method configures the currently selected tag in a scatter plot to use another tag from the tag list as its X axis tag. The X axis tag is identified by its index.
Syntax
[Result=] aaHistClientTrend.SetCurrentTagXAxisTagIndex(integer index);
Parameters
index
The index of the tag that you want to use as the X axis tag for the current tag.
Return Value
The return value is a discrete. Returns True if successful; otherwise returns False. Possible causes of failures include:
-
No tag is currently selected.
-
No tag matches the specified index.
-
The current tag is not an analog or discrete tag.
-
The designated X axis tag is the current tag itself.
-
The designated X axis tag is not an analog or discrete tag.