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