EJSC.AnalogGaugeSeries.minorTick

See Also: Using Colors

 

Definition

 

object minorTick = {

       color: 'rgb(150,150,150)' ,

       count: 4 ,

       offset: 0 ,

       opacity: 100 ,

       size:  1 ,

       thickness:  15

}

 

Description

 

Defines the parameters for the minor ticks on the gauge.

 

Properties

 

string        color                – Defines the color of the minor tick marks.

integer        count                – Defines the number of minor tick marks to display between each major tick mark.

integer        offset                – Defines the distance (in pixels) the minor tick marks are pushed out from the inner axis border.

integer        opacity                – Defines the opacity of the minor tick marks.

integer        size                – Defines the width (in pixels) of the minor tick marks.

integer        thickness        – Defines the thickness (in pixels) of the minor tick marks.