Click or drag to resize

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
Syntax
public void SetValues(
	float width,
	float height,
	float depth
)

Parameters

width
Type: SystemSingle
Width.
height
Type: SystemSingle
Height.
depth
Type: SystemSingle
Depth.
See Also