SetTagPenWidth
- Last UpdatedNov 17, 2021
- 1 minute read
The SetTagPenWidth method sets the thickness of the trend curve.
Syntax
[Result=] aaHistClientTrend.SetTagPenWidth(message serverName, message tagName, integer width);
Parameters
serverName
The name of the server.
tagName
The name of the tag.
width
The width, in pixels, of the pen.
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.