Click or drag to resize

PointUnitCircle Constructor (Double, Double, IChartNode)

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 PointUnitCircle(
	double X,
	double Y,
	IChartNode owner = null
)

Parameters

X
Type: SystemDouble
X coordinate
Y
Type: SystemDouble
Y coordinate
owner (Optional)
Type: Arction.Wpf.ChartingMVVMIChartNode
Owner object. Defaults to null.
See Also