Click or drag to resize

SurfaceSeries3DBaseSetSize Method

LightningChart .NET Help
Set grid size, both X and Z at same time. If you already have a large existing data, using this method is faster than setting SizeX and SizeZ separately.

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void SetSize(
	int sizeX,
	int sizeZ
)

Parameters

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