EJSC.Chart.y_axis_size

See Also

 

Definition

 

integer y_axis_size = 50

 

Description

 

Defines the width (in pixels) of the Y-Axis tick area.

 

Example

 

>> Make Y-Axis tick area half as wide

 

var chart =  new EJSC.Chart(

              "chart",

              { y_axis_size: 25 }

       );