Skip to main content

dxGaugeDigitalScaleDefaultDigitCount Constant

Determines the default number of characters displayed by a digital scale.

Declaration

const dxGaugeDigitalScaleDefaultDigitCount = 5;

Remarks

Modify the value of the dxGaugeDigitalScaleDefaultDigitCount global constant and recompile the source files of the Gauge Control component in order to change the default number of characters displayed by both the unbound and data-aware digital scales.

By default, a newly created digital scale displays only 5 tailing characters of its string value, truncating the “excessive” heading characters.

The dxGaugeDigitalScaleDefaultDigitCount global constant is referenced by the DigitCount property implemented in the TdxGaugeDigitalScaleOptionsView class.

See Also