Get or set the font size 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 double LabelFontSize { get; set; }
Visual Basic
Public Property LabelFontSize As Double
	Get
	Set
JScript
function get LabelFontSize () : double
function set LabelFontSize (value : double)

See Also