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

In This Topic
    Item Property (Chart3DDataSetPoint)
    In This Topic
    Gets or sets data point coordinates by specified series and index.
    Syntax
    'Declaration
     
    Public Overrides Default Property Item( _
       ByVal ser As System.Integer, _
       ByVal num As System.Integer _
    ) As Chart3DPoint
    public override Chart3DPoint this[ 
       System.int ser,
       System.int num
    ]; {get; set;}

    Parameters

    ser
    num
    See Also