Gets the background 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 Group1 { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
Public ReadOnly Property Group1 As ChartGroup
	Get

Remarks

Group1 or the default background ChartGroup is the last ChartGroup in the ChartGroupsCollection.

See Also