2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AlarmZone Class / GroupIndex Property

In This Topic
    GroupIndex Property (AlarmZone)
    In This Topic
    Gets or sets the index of the data group of the AlarmZone.
    Syntax
    'Declaration
     
    Public Property GroupIndex As System.Integer
    public System.int GroupIndex {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