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

TdxGaugeQuantitativeScaleOptionsView.MinValue Property

Specifies the lowest value that can be displayed on a quantitative scale.

#Declaration

Delphi
property MinValue: Single read; write;

#Property Value

Type
Single

#Remarks

The MinValue and MaxValue properties specify the lower and upper bounds of the scale’s displayed values, respectively. The MinValue property value cannot be equal to or exceed the MaxValue property value.

Note

Both the ValueStart and ValueEnd property values of any range created within the quantitative scale must lie between the MinValue and MaxValue property values.

See Also