2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartData Class / ChartData Constructor
The ChartGroup associated with the ChartData.

In This Topic
    ChartData Constructor
    In This Topic
    Creates a new instance of ChartData class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal group As ChartGroup _
    )
    public ChartData( 
       ChartGroup group
    )

    Parameters

    group
    The ChartGroup associated with the ChartData.
    See Also