Click or drag to resize

SurfaceGridSeries3DCreateNewDataArray Method

LightningChart .NET Help
Create new data array.

Namespace:  Arction.WinForms.Charting.Series3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public override void CreateNewDataArray(
	int sizeX,
	int sizeZ
)

Parameters

sizeX
Type: SystemInt32
X size.
sizeZ
Type: SystemInt32
Z size.
See Also