public virtual Object Clone()
Remarks
The CloneSeries method duplicates the Series (Seriesindex) to a new Series. The function returns the SeriesIndex of the new Series
Example
[C#]
Dim tmpindex As Integer
tmpindex = TChart1.CloneSeries(0)
TChart1.Series(tmpindex).Color = vbYellow
See Also
Series Class | Series Members | Steema.TeeChart.Styles Namespace