min

Gauge Properties for general information about Output components.

The value of the smallest label displayed on the Gauge face.

Type

Number

Value of lowest Gauge label

Example

Gauge1.min = -15;

Either syntax below can be used in component script:

min           // unqualified
Gauge1.min    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.