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

In This Topic
    Insert Method (AlarmZonesCollection)
    In This Topic
    Inserts the specified AlarmZone at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal azone As AlarmZone _
    ) 
    public void Insert( 
       System.int index,
       AlarmZone azone
    )

    Parameters

    index
    azone
    See Also