[]
        
(Showing Draft Content)

C1.Win.C1Chart.AlarmZonesCollection.Item

this Property

this[int]

Gets the specified AlarmZone from the collection by numeric index.

Declaration
public AlarmZone this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the specified AlarmZone from the collection by name.

Declaration
public AlarmZone this[string name] { get; }
Parameters
Type Name Description
string name