EJSC.Chart.show_legend

See Also

 

Definition

 

boolean show_legend = true

 

Description

 

Defines if the chart legend should be displayed.

 

Example

 

>> Turn off legend display

 

var chart = new EJSC.Chart(

              "chart",

              {show_legend: false}

       );