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

In This Topic
    Item Property (Chart3DDataSetGrid)
    In This Topic
    Gets or sets z-value of data by specified row and column.
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal i As System.Integer, _
       ByVal j As System.Integer _
    ) As System.Double
    public new System.double this[ 
       System.int i,
       System.int j
    ]; {get; set;}

    Parameters

    i
    j
    See Also