LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic RectangleXY(
int x,
int y,
int width,
int height
)
Public Sub New (
x As Integer,
y As Integer,
width As Integer,
height As Integer
)
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