Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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