Click or drag to resize

PointDouble3D Constructor (Double, Double, Double, Object)

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 PointDouble3D(
	double x,
	double y,
	double z,
	Object tag
)

Parameters

x
Type: SystemDouble
X-coordinate.
y
Type: SystemDouble
Y-coordinate.
z
Type: SystemDouble
Z-coordinate.
tag
Type: SystemObject
Tag. Freely assignable object.
See Also