SetTagColor
- Last UpdatedNov 17, 2021
- 1 minute read
The SetTagColor method sets the line color of the tag curve in the trend.
Syntax
[Result=] aaHistClientTrend.SetTagColor(message serverName, message tagName, integer color);
Parameters
serverName
The name of the server.
tagName
The name of the tag.
color
The color value for the curve.
Return Value
Returns True if successful; otherwise returns False.
Remarks
For information on setting the color value, see Color.
If the tag is shown multiple times in the chart, this property applies to the first instance of the tag that was added.