IEaxWorkbookChart.SerieTypeIndex

Syntax

SerieTypeIndex(Serie: EaxWorkbookChartSerieType):Integer;

Parameters

Serie. Series type.

Description

The SerieTypeIndex property returns index for specified series type.

Comments

If specified series type is absent on the chart, the property returns -1.

Example

The property use is given in the example for IEaxWorkbook.Chart.

See also:

IEaxWorkbookChart