ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartGroups.ChartGroupsCollection Property

Gets the collection of ChartGroup objects.

[Visual Basic]

Public ReadOnly Property ChartGroupsCollection As ChartGroupsCollection

[C#]

public ChartGroupsCollection ChartGroupsCollection {get;}

[Delphi]

public property ChartGroupsCollection: ChartGroupsCollection read get_ChartGroupsCollection;

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

ChartGroups Class | ChartGroups Members | C1.Win.C1Chart Namespace | ChartGroups Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.