Click or drag to resize

RectangleXYF Constructor

LightningChart .NET Help
Constructor

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

Parameters

x
Type: SystemSingle
Location x coordinate
y
Type: SystemSingle
Location y coordinate
width
Type: SystemSingle
Width
height
Type: SystemSingle
Height
See Also