FlexReport for WinForms
SetValue メソッド (Chart3DDataSetGrid)


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > Chart3DDataSetGrid クラス : SetValue メソッド
The column index.
The row index.
The z-value at specified row and column.
Sets z-value of data by specified row and column.
シンタックス
'宣言
 
Public Sub SetValue( _
   ByVal column As System.Integer, _
   ByVal row As System.Integer, _
   ByVal value As System.Double _
) 
'使用法
 
Dim instance As Chart3DDataSetGrid
Dim column As System.Integer
Dim row As System.Integer
Dim value As System.Double
 
instance.SetValue(column, row, value)
public void SetValue( 
   System.int column,
   System.int row,
   System.double value
)

パラメータ

column
The column index.
row
The row index.
value
The z-value at specified row and column.
参照

参照

Chart3DDataSetGrid クラス
Chart3DDataSetGrid メンバ