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