Click or drag to resize

PointRoundSetValues Method

LightningChart .NET Help
Set all values.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public abstract void SetValues(
	double X,
	double Y
)

Parameters

X
Type: SystemDouble
X value.
Y
Type: SystemDouble
Y value.
See Also