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