Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Interfaces > IEaxChart > IEaxChart.CorrectSerieIndex

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 chart series, use the IEaxChart.DrillSerie method.

Example

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

See also:

IEaxChart