GaugeCenterLabel.AutoSize

Syntax

AutoSize: Boolean;

Description

The AutoSize property determines whether central text label size is automatically set.

Comments

Use JSON and the setAutoSize method to set the property value, and the getAutoSize method to get the property value.

Available values:

The setAutoSize method contains the _reInit optional parameter that sets whether central text label must be refreshed.

Available values of this parameter:

If the _reInit parameter is not set, central text label size is changed only if the property value was changed for the opposite one.

Example

The example of use is given on the page with description of the GaugeCenterLabel.Arrow method.

See also:

GaugeCenterLabel