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.
Example
Gauge1.rangeColors = ['green','yellow','red'];
Gauge1.ranges = [5,10,15]
Gauge1.rangeGradient = false;
|
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. |