Click or drag to resize
NChartFont Constructor
Create a font with the specified characteristics.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartFont(
	float size,
	bool bold
)

Parameters

size
Type: SystemSingle
Size of font
bold
Type: SystemBoolean
Flag determining if font is bold.
See Also