IChart.Series

Syntax

Series: IChartSeries;

Description

The Series property determines series parameters.

Example

This example assumes that there is the Chart object of the IChart type.

Sub Series;

Var

Chart : IChart;

Begin

Chart.Series.DisplayLabels := True;

End Sub Series;

After executing the example labels are displayed for all chart series.

See also:

IChart