minorInc

Gauge Properties for general information about Output components.

Specifies the interval between minor ticks on the Gauge. For example, a value of 15 indicates that tick marks should be placed at positions of 0, 15, 30, 45, etc. The minorInc value should be smaller than the majorInc value.

Increments that are too large or too small may result in undesirable Gauge appearance.

Type

Number

Spacing between minor tick marks

Example

Gauge1.minorInc = 100;

Either syntax below can be used in component script:

minorInc           // unqualified
Gauge1.minorInc    // qualified

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