Series Class Properties

In this section, the Series class properties are presented in alphabetical order.

Description

Use this property to identify the series as a String value.

Important! The value of the Name property must match exactly the value of a member in the data series as specified by either the SetDataSeries method or set by the SetSeriesLabel method.

This property is read-write.

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.