FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZone Class / GroupIndex Property

In This Topic
    GroupIndex Property (ChartAlarmZone)
    In This Topic
    Gets or sets the index of the data group of the ChartAlarmZone.

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

    Syntax
    'Declaration
     
    Public Property GroupIndex As Integer
    public int GroupIndex {get; set;}
    See Also