EJSC.AnalogGaugeSeries.axis
See Also: Using Colors
Definition
object axis = { color: 'rgb(255,255,255)' , innerBorderColor: 'rgb(0,0,0)' , innerBorderOpacity: 100 , innerBorderWidth: 1 , innerBorderVisible: true , opacity: 0 , outerBorderColor: 'rgb(0,0,0)' , outerBorderOpacity: 100 , outerBorderWidth: 1 , outerBorderVisible: true , thickness: 15 }
Description
Defines the parameters for the axis on the gauge.
Properties
string color – Defines the background color of the axis. string innerBorderColor – Defines the color of the inner border. integer innerBorderOpacity – Defines the opacity of the inner border. integer innerBorderWidth – Defines the width of the inner border. integer innerBorderVisible – Defines whether the inner border is visible or not. integer opacity – Defines the opacity of the background color of the axis. string outerBorderColor – Defines the color of the outer border. integer outerBorderOpacity – Defines the opacity of the outer border. integer outerBorderWidth – Defines the width of the outer border. boolean outerBorderVisible – Defines whether the outer border is visible or not. integer thickness – Defines the thickness of the axis. |