Gets the specified ChartDataSeries 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 ChartDataSeries this[ int index ] { get; }  | 
| Visual Basic | 
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public ReadOnly Default Property Item ( _ index As Integer _ ) As ChartDataSeries Get  | 
Parameters
- index
 - Type: System..::..Int32