C1.Win.C1Chart3D.4.8 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 _
) 
 

Parameters

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