Gets the collection of ChartGroup objects.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public ChartGroupsCollection ChartGroupsCollection { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public ReadOnly Property ChartGroupsCollection As 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