BorderStyle
- Last UpdatedNov 17, 2021
- 1 minute read
The BorderStyle property is a read-write property that gets or sets the style of the border line around the trend chart.
Syntax
aaHistClientTrend.BorderStyle = aaDashStyle;
Result = aaHistClientTrend.BorderStyle;
Remarks
For more information on the values for the border style, see aaDashStyle Enumeration.
The default value is 0, which indicates a solid line.