Click or drag to resize

Polygon3DPoint Constructor (Double, Double, Object)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public Polygon3DPoint(
	double x,
	double z,
	Object tag
)

Parameters

x
Type: SystemDouble
X value.
z
Type: SystemDouble
Z value.
tag
Type: SystemObject
Tag. Freely assignable object.
See Also