Click or drag to resize

RectangleXY Constructor

LightningChart .NET Help
Constructor

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

Parameters

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