Click or drag to resize

WpfFont Constructor (String, Double, Boolean, Boolean)

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,
	bool bold,
	bool italics
)

Parameters

family
Type: SystemString
Font family
size
Type: SystemDouble
Size as wpf units
bold
Type: SystemBoolean
Bold
italics
Type: SystemBoolean
Italics
See Also