Click or drag to resize

PointDoubleXYZ Constructor (IChartNode, Double, Double, Double)

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 PointDoubleXYZ(
	IChartNode owner,
	double x,
	double y,
	double z
)

Parameters

owner
Type: Arction.Wpf.ChartingMVVMIChartNode
Parent.
x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
z
Type: SystemDouble
Z value.
See Also