SizeDoubleXY Constructor (Double, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SizeDoubleXY(
double width,
double height
)
Public Sub New (
width As Double,
height As Double
)
public:
SizeDoubleXY(
double width,
double height
)
Parameters
- width
- Type: SystemDouble
Width. - height
- Type: SystemDouble
Height.
See Also