LineStyle property: SparkChart class
Description
Use this property to specify the style for spark line charts and line with area charts.
You can specify either an Integer or constant value for this property. The values are:
| Numeric Value | Constant Value | Description | Example |
|---|---|---|---|
|
0 |
%SparkLineStyle_Solid Note: %SparkLineStyle_Solid is the default value. |
Solid line |
|
|
1 |
%SparkLineStyle_Dashed |
Dashed line |
|
|
2 |
%SparkLineStyle_Dotted |
Dotted line |
|
This property is read/write.
Related Topics