SizeFloatXYZ Constructor (IChartNode, Single, Single, Single) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SizeFloatXYZ(
IChartNode owner,
float width,
float height,
float depth
)
Public Sub New (
owner As IChartNode,
width As Single,
height As Single,
depth As Single
)
public:
SizeFloatXYZ(
IChartNode^ owner,
float width,
float height,
float depth
)
Parameters
- owner
- Type: Arction.Wpf.ChartingMVVMIChartNode
Parent. - width
- Type: SystemSingle
Width. - height
- Type: SystemSingle
Height. - depth
- Type: SystemSingle
Depth.
See Also