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

In This Topic
    Item Property (Chart3DDataSet)
    In This Topic
    Gets or sets the specified Chart3DPoint in the Chart3DDataSet by column and row indices.
    Syntax
    'Declaration
     
    Public Overridable Default Property Item( _
       ByVal col As System.Integer, _
       ByVal row As System.Integer _
    ) As Chart3DPoint
    public virtual Chart3DPoint this[ 
       System.int col,
       System.int row
    ]; {get; set;}

    Parameters

    col
    row
    See Also