2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartGroups Class / ChartGroupsCollection Property

In This Topic
    ChartGroupsCollection Property
    In This Topic
    Gets the collection of ChartGroup objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartGroupsCollection As ChartGroupsCollection
    public ChartGroupsCollection ChartGroupsCollection {get;}
    Remarks
    The ChartGroupsCollection is provided to allow enumeration of all ChartGroups within a loop. It contains the same ChartGroups as referenced by the Group0 and Group1 properties.
    See Also