Click or drag to resize

PointDoubleXY Constructor (IChartNode, Double, Double)

LightningChart .NET Help
Constructor

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointDoubleXY(
	IChartNode owner,
	double x,
	double y
)

Parameters

owner
Type: Arction.Wpf.ChartingIChartNode
Parent.
x
Type: SystemDouble
X value.
y
Type: SystemDouble
Y value.
See Also