majorInc
|
Gauge Properties for general information about Output components. |
Specifies the interval between display of labels on the Gauge. For example, a value of 15 indicates that the gauge labels should be placed at positions of 0, 15, 30, 45, etc. The majorInc value should be larger than the minorInc value.
| Increments that are too large or too small may result in undesirable Gauge appearance. |
Example
Gauge1.majorInc = 1000;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |