EJSC.Axis.stagger_ticks

See Also

 

Definition

 

boolean stagger_ticks = true

 

Description

 

Determines whether the axis tick labels are staggered.

 

       NOTE: This property is only applicable to horizontal axes (i.e. EJSC.Chart.axis_top and EJSC.Chart.axis_bottom)

 

Example

 

>> Disable tick staggering for the bottom axis

 

var chart =  new EJSC.Chart(

            "chart",

            {

               axis_bottom: { stagger_ticks: false }

       }

);