Click or drag to resize

CoordXYZ Constructor

LightningChart .NET Help
Constructor.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public CoordXYZ(
	float x,
	float y,
	float z
)

Parameters

x
Type: SystemSingle
X value.
y
Type: SystemSingle
Y value.
z
Type: SystemSingle
Z value.
See Also