GetTagVisible
- Last UpdatedNov 17, 2021
- 1 minute read
The GetTagVisible method gets whether the selected tag is visible in the trend chart.
Syntax
[Result=] aaHistClientTrend.GetTagVisible(message serverName, message tagName);
Parameters
serverName
The name of the server.
tagName
The name of the tag.
Return Value
The visibility as a discrete. False = Not visible; True = Visible.
Remarks
If the specified tag is shown in the chart multiple times, the method uses the first instance that was added.