Gets or sets the index of the data group of the AlarmZone.
[Visual Basic]
Public Property GroupIndex As Integer
[C#]
public int GroupIndex {get;set;}
[Delphi]
public property GroupIndex: Int32 read get_GroupIndex write set_GroupIndex;
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-existant ChartGroup, the AlarmZone is not drawn.
See Also
AlarmZone Class | AlarmZone Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |