Creates a new series that is a copy of the current series without data.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public virtual Object Clone()
Visual Basic
Public Overridable Function Clone As Object

Return Value

An object containing the new ChartDataSeries.

Implements

ICloneable..::..Clone()()()()

Remarks

The new ChartDataSeries object is not automatically added to the chart.

See Also