Click or drag to resize

PointIntXYSetValues Method

LightningChart .NET Help
Set all values.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void SetValues(
	int x,
	int y
)

Parameters

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