SizeFloatXYZSetValues Method |
LightningChart .NET Help
Set width, height and depth values.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void SetValues(
float width,
float height,
float depth
)
Public Sub SetValues (
width As Single,
height As Single,
depth As Single
)
public:
void SetValues(
float width,
float height,
float depth
)
Parameters
- width
- Type: SystemSingle
Width. - height
- Type: SystemSingle
Height. - depth
- Type: SystemSingle
Depth.
See Also