EJSC.Chart.show_grid

See Also

 

Definition

 

boolean show_grid = true

 

Description

 

Defines whether to draw the background grid on the chart.

 

Example

 

>> Do not draw the background grid

 

var chart = new EJSC.Chart(

              "chart",

              {show_grid: false}

       );