ComponentOne Chart for .NET (2.0) Search HelpCentral 

AlarmZonesCollection.Insert Method

Inserts the specified AlarmZone at the specified index.

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal azone As AlarmZone _

)

[C#]

public void Insert(

int index,

AlarmZone azone

);

[Delphi]

public procedure Insert(

index: Int32;

azone: AlarmZone

);

Parameters

index

azone

See Also

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


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