Back to Devexpress

TdxGaugeQuantitativeScale.Value Property

vcl-dxgaugequantitativescale-dot-tdxgaugequantitativescale-1cbe9775.md

latest2.0 KB
Original Source

TdxGaugeQuantitativeScale.Value Property

Specifies the value displayed by a quantitative scale.

Declaration

delphi
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

TdxGaugeDBCircularHalfScale.Value

TdxGaugeDBCircularQuarterLeftScale.Value

TdxGaugeDBCircularScale.Value

TdxGaugeDBCircularThreeFourthScale.Value

TdxGaugeDBCircularWideScale.Value

TdxGaugeDBLinearScale.Value

TdxGaugeQuantitativeScale Class

TdxGaugeQuantitativeScale Members

dxGaugeQuantitativeScale Unit