2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / ChartGroup Constructor
The ChartGroups to assign.
The name of the ChartGroup.

In This Topic
    ChartGroup Constructor
    In This Topic
    Creates a new instance of ChartGroup class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal groups As ChartGroups, _
       ByVal name As System.String _
    )
    public ChartGroup( 
       ChartGroups groups,
       System.string name
    )

    Parameters

    groups
    The ChartGroups to assign.
    name
    The name of the ChartGroup.
    See Also