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

In This Topic
    Item Property (Chart3DPointSeries)
    In This Topic
    Gets or sets data point by specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As System.Integer _
    ) As Chart3DPoint
    public Chart3DPoint this[ 
       System.int i
    ]; {get; set;}

    Parameters

    i
    See Also