Skip to main content

TdxGaugeQuantitativeScale.Value Property

Specifies the value displayed by a quantitative scale.

Declaration

property Value: Single read; write;

Property Value

Type
Single

Remarks

Use this property to assign or refresh the numeric value displayed by the scales imitating analog measuring instruments.

If the scale’s OptionsAnimate.Enabled property is set to True, the value indicator smoothly moves from the point corresponding to the previous value to the point corresponding to the newly assigned value. Otherwise, the transition between old and new scale values is immediate.

Note

Unlike quantitative scales, the digital scales display string values.

See Also