2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / ChartGroup Constructor

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

    Parameters

    groups
    name
    See Also