EJSC.AnalogGaugeSeries.range
See Also: Using Colors
Definition
object range = { borderColor: 'rgb(0,0,0)' , borderOpacity: 100, borderWidth: 1 , offset: 0 , opacity: 100 , style: 'doughnut' , thickness: 15 }
Description
Defines the parameters for the ranges on the gauge.
Properties
string borderColor – Defines the color of the border. integer borderOpacity – Defines the opacity of the border. integer borderWidth – Defines the width of the border. integer offset – Defines the distance (in pixels) the ranges are pushed in from the axis. integer opacity – Defines the opacity of the ranges. string style – Defines the style to draw the range in ('doughnut' or 'pie') integer thickness – Defines the thickness (in pixels) of the ranges. |