ComponentOne Chart for .NET (2.0) Search HelpCentral 

AlarmZonesCollection.InsertNewZone Method

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

[Visual Basic]

Public Function InsertNewZone( _

ByVal index As Integer _

) As AlarmZone

[C#]

public AlarmZone InsertNewZone(

int index

);

[Delphi]

public function InsertNewZone(

index: Int32

): AlarmZone;

Parameters

index

The zero-based index at which AlarmZone should be inserted.

Return Value

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.

See Also

AlarmZonesCollection Class | AlarmZonesCollection Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.