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

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

    Parameters

    parent
    See Also