Get or set the font family used for labels (and other text elements) displayed in the axis area.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public FontFamily LabelFontFamily { get; set; }
Visual Basic
Public Property LabelFontFamily As FontFamily
	Get
	Set
JScript
function get LabelFontFamily () : FontFamily
function set LabelFontFamily (value : FontFamily)

See Also