Click or drag to resize

SizeDoubleXYZSetValues Method

LightningChart .NET Help
Set width and height values.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void SetValues(
	double width,
	double height,
	double depth
)

Parameters

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