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

In This Topic
    Item Property (ChartData)
    In This Topic
    Gets the specified ChartDataSeries 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
    Remarks
    Although not a collection object, ChartData allows direct indexing of the elements of ChartDataSeriesCollection contained within the ChartData object. This is for convenience when programming.
    See Also