EJSC.AnalogGaugeSeries.ranges

See Also: Using Colors

 

Definition

 

array ranges = new Array();

 

Description

 

Defines a series of ranges to be marked in the gauge.

 

Implementation

 

mySeries.ranges = [ [ int min, int max, string color ] , ... ]

 

Example

 

mySeries.ranges = [ 

   [0,10,'rgb(255,0,0)'],

   [10,20,'rgb(0,255,0)'

];