IEaxChart.CorrectSerieIndex

Fore Syntax

CorrectSerieIndex(SerieIndex: Integer): Integer;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IEaxChart