Series: IChartSeries;
The Series property determines series parameters.
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: