Click or drag to resize

Polygon3DPoint Constructor (Double, Double)

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 Polygon3DPoint(
	double x,
	double z
)

Parameters

x
Type: SystemDouble
X value.
z
Type: SystemDouble
Z value.
See Also