Gets or sets the index of the data group of the AlarmZone.

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

Syntax

C#
[DefaultValueAttribute(0)]
[XmlAttributeAttribute]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public int GroupIndex { get; set; }
Visual Basic
<DefaultValueAttribute(0)> _
<XmlAttributeAttribute> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public Property GroupIndex As Integer
	Get
	Set

Remarks

The group index indicates the ChartGroup for which the AlarmZone extents specify the data coordinates of the AlarmZone. If the group index specifies a non-existent ChartGroup, the AlarmZone is not drawn.

See Also