[]
        
(Showing Draft Content)

C1.Win.C1Chart.AlarmZonesCollection

AlarmZonesCollection Class

Stores bands or shapes for plotting.

Inheritance
AlarmZonesCollection
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
public class AlarmZonesCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
AlarmZonesCollection()

Creates a new instance of AlarmZonesCollection class.

Properties

Name Description
this[int]

Gets the specified AlarmZone from the collection by numeric index.

this[string]

Gets the specified AlarmZone from the collection by name.

Methods

Name Description
Add(AlarmZone)

Adds the specified AlarmZone to the collection.

AddNewZone()

Creates a new AlarmZone and appends it to the collection.

AlarmZoneAtCoord(int, int)

Retrieves a reference to the foremost AlarmZone that lies under the specified client coordinates.

Insert(int, AlarmZone)

Inserts the specified AlarmZone at the specified index.

InsertNewZone(int)

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

OnClearComplete()
OnInsert(int, object)
OnInsertComplete(int, object)
OnRemoveComplete(int, object)
Remove(AlarmZone)

Removes the specified AlarmZone from the collection.