max

Gauge Properties for general information about Output components.

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

Type

Number

Value of highest Gauge label

Example

Gauge1.max = 16000;

Either syntax below can be used in component script:

max           // unqualified
Gauge1.max    // qualified

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