2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AlarmZonesCollection Class / Remove Method
The AlarmZone object to remove from the collection.

In This Topic
    Remove Method (AlarmZonesCollection)
    In This Topic
    Removes the specified AlarmZone from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal azone As AlarmZone _
    ) 
    public void Remove( 
       AlarmZone azone
    )

    Parameters

    azone
    The AlarmZone object to remove from the collection.
    See Also