Click or drag to resize

SizeInt Constructor

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public SizeInt(
	int width,
	int height
)

Parameters

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