GetTagPenStyle
- Last UpdatedJan 25, 2024
- 1 minute read
The GetTagPenStyle method gets the style of the trend curve for the currently selected tag. For example, a solid or dashed line.
Syntax
[Result=] aaHistClientTrend.GetTagPenStyle(message serverName, message tagName);
Parameters
serverName
The name of the server.
tagName
The name of the tag.
Return Value
Returns the pen style as an integer value. Valid values are:
|
0 |
Solid |
|
1 |
Dashed |
|
2 |
Dotted |
|
3 |
DashDot |
|
4 |
DashDotDot |
|
5 |
Alternate |
Remarks
If the specified tag is shown in the chart multiple times, the method uses the first instance that was added.