2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartDataSeriesCollection Class / Item Property

In This Topic
    Item Property (ChartDataSeriesCollection)
    In This Topic
    Gets the specified ChartDataSeries from the collection by numeric index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As ChartDataSeries
    public ChartDataSeries this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also