ComponentOne Chart for .NET (2.0) Search HelpCentral 

AlarmZonesCollection.Add Method

Adds the specified AlarmZone to the collection.

[Visual Basic]

Public Function Add( _

ByVal azone As AlarmZone _

) As Integer

[C#]

public int Add(

AlarmZone azone

);

[Delphi]

public function Add(

azone: AlarmZone

): Int32;

Parameters

azone

Represents the specified AlarmZone.

Return Value

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

See Also

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


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