NumericRange object
Returns or sets the minimum data value of the numeric value scale for a gauge. To use this property, the AutoScale (Property) must be set to false. By default the minimum data value is set to 0.
Read-write, Number
This example shows how to set the maximum value for a Speedometer object to 5.
Speedometer.NumericRange.MinScale = "5"