EJSC.Chart.x_axis_size

See Also

 

Definition

 

integer x_axis_size = 20

 

Description

 

Defines the height (in pixels) of the X-Axis tick area.  To fully enable staggered ticks, set this property to a multiple of 20 (or axis tick height), i.e. two levels = 40, three levels = 60.

 

For additional control over the format of the labels, see the x_axis_tick_className property.

 

Example

 

>> Make X-Axis tick area twice as tall, enabling staggered ticks (default tick label height is 20 pixels)

 

var chart =  new EJSC.Chart(

              "chart",

              { x_axis_size: 40 }

       );