2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeriesCollection Class / ChartDataSeriesCollection Constructor / ChartDataSeriesCollection Constructor(ChartData)

In This Topic
    ChartDataSeriesCollection Constructor(ChartData)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As ChartData _
    )
    public ChartDataSeriesCollection( 
       ChartData parent
    )

    Parameters

    parent
    See Also