IEaxChart.CorrectSerieIndex

Syntax

CorrectSerieIndex(SerieIndex: Integer): Integer;

Parameters

SerieIndex: Chart series index.

Description

The CorrectSerieIndex method corrects index of the specified chart series.

Comments

To drill down data by a chart series, use the IEaxChart.DrillSerie property.

Example

The method use is given in the example for IEaxChart.DrillPoint.

See also:

IEaxChart