Click or drag to resize

SurfaceGridSeries3DSetRangesXZ Method

LightningChart .NET Help
Sets X and Z range at same time. Very CPU efficient way compared to separately setting RangeMinX, RangeMaxX, RangeMinZ and RangeMaxZ properties.

Namespace:  Arction.WinForms.Charting.Series3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void SetRangesXZ(
	double minX,
	double maxX,
	double minZ,
	double maxZ
)

Parameters

minX
Type: SystemDouble
Minimum X.
maxX
Type: SystemDouble
Maximum X.
minZ
Type: SystemDouble
Minimum Z.
maxZ
Type: SystemDouble
Maximum Z.
See Also