FontAutoScale Property

Gets or sets the automatic font-scaling state.

Syntax

object.FontAutoScale [= value]

Parameters

value
A Boolean expression that when TRUE, enables automatic font scaling and, when FALSE, disables automatic font scaling.

Remarks

When TRUE, font sizes change automatically with changes in the size of the control window. When FALSE, font size is independent of graph size and, instead, remains as set by the AxisFont and AxisLabelFont properties.

See Also

AxisFont, AxisLabelFont