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