Adds the specified AlarmZone to the collection.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public int Add(
	AlarmZone azone
)
Visual Basic
Public Function Add ( _
	azone As AlarmZone _
) As Integer

Parameters

azone
Type: C1.Win.C1Chart..::..AlarmZone

Return Value

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

See Also