Click or drag to resize
NChartFontSystemFontWithSize Method
Create a default font with normal style.

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

Parameters

size
Type: SystemSingle
Size of font.

Return Value

Type: NChartFont
New instance of NChartFont.
See Also