[]
        
(Showing Draft Content)

C1.Win.C1Chart.AlarmZonesCollection.InsertNewZone

InsertNewZone Method

InsertNewZone(int)

Creates a new AlarmZone and inserts it at the specified index of the collection.

Declaration
public AlarmZone InsertNewZone(int index)
Parameters
Type Name Description
int index
Returns
Type Description
AlarmZone

A reference to the newly created AlarmZone.

Remarks

The new AlarmZone is returned. A name unique to the collection is given to the added AlarmZone. An AlarmZone object can be set to the return value, making it very easy to initialize the newly added AlarmZone. For example: