ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetGrid Class / SetValue Method
Column index.
Row index.
Z value.

In This Topic
    SetValue Method
    In This Topic
    Sets the elevation value of the grid point specified by the column and row indices.
    Syntax
    'Declaration
     
    Public Sub SetValue( _
       ByVal column As System.Integer, _
       ByVal row As System.Integer, _
       ByVal value As System.Double _
    ) 
    public void SetValue( 
       System.int column,
       System.int row,
       System.double value
    )

    Parameters

    column
    Column index.
    row
    Row index.
    value
    Z value.
    See Also