ITChart.CloneSeries
ITChart

function CloneSeries(SourceSeriesIndex: Integer): Integer;

Type Library
TeeChartx

Description
The CloneSeries method duplicates the Series (Seriesindex) to a new Series. The function returns the SeriesIndex of the new Series

Example [Visual Basic]:

Dim tmpindex As Integer

tmpindex = TChart1.CloneSeries(0)

TChart1.Series(tmpindex).Color = vbYellow