LineType property: SparkChart class
Description
Use this property to specify the style for spark line charts, line with area charts, and area charts.
You can specify either an Integer or constant value for this property. The values are:
| Numeric Value | Constant Value | Description | Example |
|---|---|---|---|
|
0 |
%SparkLine_None |
No line |
|
|
1 |
%SparkLine_Straight Note: %SparkLine_Straight is the default value. |
Straight line |
|
|
2 |
%SparkLine_Curved |
Curved line |
|
|
3 |
%SparkLine_Stepped |
Stepped line |
|
|
4 |
%SparkLine_Segmented |
Segmented line |
|
This property is read/write.
Related Topics