[]
Represents a collection which stores bands or shapes for plotting.
public class ChartAlarmZonesCollection : ChartObjectCollection<ChartAlarmZone>, ICollection<ChartAlarmZone>, IEnumerable<ChartAlarmZone>, IList, ICollection, IEnumerable, IC1SerializableCollection
| Name | Description |
|---|---|
| this[string] | Gets the element by name. |
| Name | Description |
|---|---|
| Add(ChartAlarmZone) | Add an existing alarm zone into the collection. |
| AddNewAlarmZone() | Add a new alarm zone into the collection. |
| Clear() | Remove all items from the collection. |
| Remove(ChartAlarmZone) | Remove an existing alarm zone from the collection. |
| RemoveAt(int) | Remove the alarm zone at the specific index. |