Type property: SparkChart class
Description
Use this property to specify the style for spark line charts.
You can specify either an Integer or constant value for this property. The values are:
| Numeric Value | Constant Value | Description | Example |
|---|---|---|---|
|
0 |
%SparkChart_Bar |
Bar spark chart |
|
|
1 |
%SparkChart_Line Note: %SparkChart_Line is the default value. |
Line spark chart |
|
|
2 |
%SparkChart_Area |
Area spark chart |
|
|
3 |
%SparkChart_LineWithArea |
Line with area spark chart |
|
|
4 |
%SparkChart_FloatingBar |
Floating bar spark chart Note: See the FloatValue property: SparkChartItem class property for more information on floating bar charts. |
|
This property is read/write.