Click or drag to resize

PointDouble2D 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 PointDouble2D(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
X.
y
Type: SystemDouble
Y.
See Also