ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPointSeriesCollection Class / Item Property

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

    Parameters

    i
    See Also