2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AlarmZonesCollection Class / Add Method

In This Topic
    Add Method (AlarmZonesCollection)
    In This Topic
    Adds the specified AlarmZone to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal azone As AlarmZone _
    ) As System.Integer
    public System.int Add( 
       AlarmZone azone
    )

    Parameters

    azone

    Return Value

    An integer indicating the index of the collection to which the AlarmZone was added.
    See Also