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

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public void SetValue(
	int column,
	int row,
	double value
)
Visual Basic
Public Sub SetValue ( _
	column As Integer, _
	row As Integer, _
	value As Double _
)

Parameters

column
Type: System..::..Int32
Column index.
row
Type: System..::..Int32
Row index.
value
Type: System..::..Double
Z value.

See Also