Gets the foreground ChartGroup from the contained collection.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
public ChartGroup Group0 { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public ReadOnly Property Group0 As ChartGroup
	Get

Remarks

Group0 or the default foreground ChartGroup is the first ChartGroup in the ChartGroupsCollection.

See Also