CurrentTagPenStyle
- Last UpdatedNov 25, 2021
- 1 minute read
The CurrentTagPenStyle property is a read-write property that gets or sets the style of the trend curve for the currently selected tag. For example, a solid or dashed line.
Syntax
aaHistClientTrend.CurrentTagPenStyle = integer;
Result = aaHistClientTrend.CurrentTagPenStyle;
Remarks
Valid values are:
|
Value |
Style |
|
0 |
Solid |
|
1 |
Dashed |
|
2 |
Dotted |
|
3 |
DashDot |
|
4 |
DashDotDot |
The default value is 0.