EJSC.Chart.show_titlebar
See Also
| 
 Definition 
 boolean show_titlebar = true 
 Description 
 Defines if the titlebar (containing chart title and mouse position indicators) should be displayed above the chart. 
 Example 
 >> Display the chart without a titlebar 
 var chart = new EJSC.Chart( "chart", {show_titlebar: false} ); |