Click or drag to resize

PointUnitCircleSetValues Method (Double, Double)

LightningChart .NET Help
Set all values.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override void SetValues(
	double X,
	double Y
)

Parameters

X
Type: SystemDouble
X coordinate
Y
Type: SystemDouble
Y coordinate
See Also