rangeGradient
Specifies smooth blending for range color boundaries. If disabled, 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;
See Also
Output Component Properties, for more information on Gauges.
| << rangeColors | © 1996-2013 InetSoft Technology Corporation (v11.5) | ranges >> |