Click or drag to resize

SurfaceSeries3DBaseSetDataValue Method

LightningChart .NET Help
Set data values from X, Y, Z and color.

Namespace:  Arction.WinForms.Charting.Series3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool SetDataValue(
	int columnIndex,
	int rowIndex,
	double x,
	double y,
	double z,
	double value,
	Color color
)

Parameters

columnIndex
Type: SystemInt32
Column index of Data array.
rowIndex
Type: SystemInt32
Row index of Data array.
x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
z
Type: SystemDouble
Z value.
value
Type: SystemDouble
Value.
color
Type: System.DrawingColor
Color. Effects only if Fill is set to SourcePointColoring.

Return Value

Type: Boolean
False if invalid index. Otherwise true.
See Also