2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeriesCollection Class / Remove Method
Series to remove.

In This Topic
    Remove Method (ChartDataSeriesCollection)
    In This Topic
    Removes the specified ChartDataSeries from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal s As ChartDataSeries _
    ) 
    public void Remove( 
       ChartDataSeries s
    )

    Parameters

    s
    Series to remove.
    See Also