Click or drag to resize
NChartFontSystemBoldFontWithSize Method
Create a default font with bold style.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public static NChartFont SystemBoldFontWithSize(
	float size
)

Parameters

size
Type: SystemSingle
Size of font.

Return Value

Type: NChartFont
New instance of NChartFont.
See Also