ITChart.AddSeries
ITChart

function AddSeries(SeriesClass: ESeriesClass): Integer;

Type Library
TeeChartx

Description
The AddSeries method adds a new Series class to the Chart.

Example [Visual Basic]:

TChart1.AddSeries(scLine)