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

SparkChart_Bar

1

%SparkChart_Line

Note: %SparkChart_Line is the default value.

Line spark chart

SparkChart_Line

2

%SparkChart_Area

Area spark chart

SparkChart_Area

3

%SparkChart_LineWithArea

Line with area spark chart

SparkChart_LineWithArea

4

%SparkChart_FloatingBar

Floating bar spark chart

Note: See the FloatValue property: SparkChartItem class property for more information on floating bar charts.

SparkChart_FloatingBar

This property is read/write.