2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeries Class / Clone Method

In This Topic
    Clone Method
    In This Topic
    Creates a new series that is a copy of the current series without data.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As System.Object
    public virtual System.object Clone()

    Return Value

    An object containing the new ChartDataSeries.
    Remarks
    The new ChartDataSeries object is not automatically added to the chart.
    See Also