FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlarmZonesCollection Class / Remove Method
The alarm zone to remove.

In This Topic
    Remove Method (ChartAlarmZonesCollection)
    In This Topic
    Remove an existing alarm zone from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal alarmZone As ChartAlarmZone _
    ) 
    public void Remove( 
       ChartAlarmZone alarmZone
    )

    Parameters

    alarmZone
    The alarm zone to remove.
    See Also