Back to Devexpress

TdxGaugeQuantitativeScaleOptionsView.MinValue Property

vcl-dxgaugequantitativescale-dot-tdxgaugequantitativescaleoptionsview.md

latest1.6 KB
Original Source

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

TdxGaugeQuantitativeScaleOptionsView Class

TdxGaugeQuantitativeScaleOptionsView Members

dxGaugeQuantitativeScale Unit