rangeGradient

Gauge Properties for general information about Output components.

Specifies smooth blending for range color boundaries. If false, the color boundaries are sharp and well-defined.

Type

Boolean

true: blend colors at boundaries (default)
false: do not blend colors

Example

Gauge1.rangeColors = ['green','yellow','red'];
Gauge1.ranges = [5,10,15]
Gauge1.rangeGradient = false;

Either syntax below can be used in component script:

rangeGradient           // unqualified
Gauge1.rangeGradient    // qualified

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