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

SparkLine_None

1

%SparkLine_Straight

Note: %SparkLine_Straight is the default value.

Straight line

SparkLine_Straight

2

%SparkLine_Curved

Curved line

SparkLine_Curved

3

%SparkLine_Stepped

Stepped line

SparkLine_Stepped

4

%SparkLine_Segmented

Segmented line

SparkLine_Segmented

This property is read/write.