SizeFloatXY Constructor (IChartNode, Single, Single) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SizeFloatXY(
IChartNode owner,
float width,
float height
)
Public Sub New (
owner As IChartNode,
width As Single,
height As Single
)
public:
SizeFloatXY(
IChartNode^ owner,
float width,
float height
)
Parameters
- owner
- Type: Arction.WinForms.ChartingIChartNode
Parent. - width
- Type: SystemSingle
Width. - height
- Type: SystemSingle
Height.
See Also