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

In This Topic
    Add Method (ChartDataSeriesCollection)
    In This Topic
    Adds the specified ChartDataSeries to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal Series As ChartDataSeries _
    ) As System.Integer
    public System.int Add( 
       ChartDataSeries Series
    )

    Parameters

    Series
    Series to add.
    See Also