Back to Devexpress

TdxGaugeQuantitativeScaleOptionsView.MaxValue Property

vcl-dxgaugequantitativescale-dot-tdxgaugequantitativescaleoptionsview-a32ef689.md

latest1.6 KB
Original Source

TdxGaugeQuantitativeScaleOptionsView.MaxValue Property

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

Declaration

delphi
property MaxValue: 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