Gets the specified AlarmZone from the collection by numeric index.
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] public AlarmZone this[ int index ] { get; }  | 
| Visual Basic | 
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public ReadOnly Default Property Item ( _ index As Integer _ ) As AlarmZone Get  | 
Parameters
- index
 - Type: System..::..Int32