TdxRangeControlCustomDateTimeHeaderClientProperties.AutoFormatScaleCaptions Property
Specifies if the scale label formatting is automatically changed in response to zooming the selectable range in or out.
Declaration
property AutoFormatScaleCaptions: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to disable or enable the automatic label formatting functionality for all scales currently displayed on the range control’s ruler. If the AutoFormatScaleCaptions property is set to False, the date/time formatting in scale headers cannot change in response to zooming the selectable range in or out.
To change the default rules for automatic date/time formatting in headers of all the predefined scales, use the AutoFormatHelper property.
The default value of the AutoFormatScaleCaptions property is True.
See Also