Type property: Series class

Description

Use this property to specify the override chart type for this data series.

You can specify either an Integer or constant value for this property. The values are:

Numeric Value Constant Value Description

0

%SeriesType_Bar

Display this series as a bar chart.

1

%SeriesType_Line

Display this series as a line chart.

2

%SeriesType_Area

Display this series as an area chart.

3

%SeriesType_LineWithArea

Display this series as a line with area chart.

4

%SeriesType_Inherit

Inherit the series type from the Chart object.

This property is read/write.