TdxGaugeQuantitativeScaleOptionsView.MinValue Property
Specifies the lowest value that can be displayed on a quantitative scale.
Declaration
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