AutoSize: Boolean;
The AutoSize property determines whether central text label size is automatically set.
Use JSON and the setAutoSize method to set the property value, and the getAutoSize method to get the property value.
Available values:
True. Default value. Central text label size is automatically set.
False. Central text label size is not automatically set.
The setAutoSize method contains the _reInit optional parameter that sets whether central text label must be refreshed.
Available values of this parameter:
True. Central text label must be refreshed.
False. Central text label must not be refreshed.
If the _reInit parameter is not set, central text label size is changed only if the property value was changed for the opposite one.
The example of use is given on the page with description of the GaugeCenterLabel.Arrow method.
See also: