LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SizeInt(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
SizeInt(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
Width. - height
- Type: SystemInt32
Height.
See Also