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