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