EJSC.Chart.show_y_axis

See Also

 

Definition

 

boolean show_y_axis = true

 

Description

 

Defines if the Y axis (containing y axis caption and tick labels) should be displayed to the left of the chart.

 

Example

 

>> Display the chart without the y axis

 

var chart = new EJSC.Chart(

              "chart",

              {show_y_axis: false}

       );