Implements Item[([(Int32])]).
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public SeriesBinding this[ int index ] { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Default Property Item ( _ index As Integer _ ) As SeriesBinding  | 
| Visual C++ | 
|---|
public: property SeriesBinding^ default[int index] { SeriesBinding^ get (int index); void set (int index, SeriesBinding^ value); }  | 
Parameters
- index
 - Type: System..::.Int32