SizeDoubleXY Constructor (IChartNode, 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(
IChartNode owner,
double width,
double height
)
Public Sub New (
owner As IChartNode,
width As Double,
height As Double
)
public:
SizeDoubleXY(
IChartNode^ owner,
double width,
double height
)
Parameters
- owner
- Type: Arction.WinForms.ChartingIChartNode
Parent. - width
- Type: SystemDouble
Width. - height
- Type: SystemDouble
Height.
See Also