IChartSelectedSeries.Item

Syntax

Item (Index: Integer): IChartSerie;

Parameters

Index. The series number on the chart. Numeration starts from zero.

Description

The Item property returns the series parameters on the chart by index.

Example

The property use is given in description of the IChartSelectedSeries.RemoveSerie property.

See also:

IChartSelectedSeries