Click or drag to resize

PointInt Constructor (Single, Single)

LightningChart .NET Help
Constructor for floats. Converts float parameters to integers.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public PointInt(
	float x,
	float y
)

Parameters

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