Click or drag to resize

PointDoubleXYSetValues 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 void SetValues(
	double x,
	double y
)

Parameters

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