rangeColors
Specifies an array of one to three colors to be used for the Gauge ranges (color zones). The positions of the colors on the Gauge are determined by the ranges array. Colors can be specified by any of the methods shown for the background property.
Type
Array of colors See background for color syntax
Example
Gauge1.rangeColors = ['green','yellow','red'];
Gauge1.ranges = [5,10,15];
See Also
Output Component Properties, for more information on Gauges.
| << minorInc | © 1996-2013 InetSoft Technology Corporation (v11.4) | rangeGradient >> |