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