Click or drag to resize

WpfFont Constructor (String, Double)

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 WpfFont(
	string family,
	double size
)

Parameters

family
Type: SystemString
Font family
size
Type: SystemDouble
Size as wpf units
See Also