[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataSetGrid.SetValue

SetValue Method

SetValue(int, int, double)

Sets the elevation value of the grid point specified by the column and row indices.

Declaration
public void SetValue(int column, int row, double value)
Public Sub SetValue(column As Integer, row As Integer, value As Double)
Parameters
Type Name Description
int column

Column index.

int row

Row index.

double value

Z value.

See Also