EJSC.AnalogGaugeSeries.tick
See Also: Using Colors
Definition
object tick = { className: '' , color: 'rgb(0,0,0)' , offset: 0 , opacity: 100 , size: 1 , thickness: 15 }
Description
Defines the parameters for the major ticks on the gauge.
Properties
string className – Defines a class (to be defined in an attached stylesheet) to be applied to the tick markers. string color – Defines the color of the tick marks. integer offset – Defines the distance (in pixels) the tick marks are pushed out from the inner axis border. integer opacity – Defines the opacity of the tick marks. integer size – Defines the width (in pixels) of the tick marks. integer thickness – Defines the thickness (in pixels) of the tick marks.
|