MinScale (Property)

Applies To:

NumericRange object

Description:

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.

Action:

Read-write, Number

Example:

This example shows how to set the maximum value for a Speedometer object to 5.

Speedometer.NumericRange.MinScale = "5"