Click or drag to resize

SizeFloatXYSetValues 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(
	float width,
	float height
)

Parameters

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