EJSC.Chart.title
See Also
Definition
string title = "Emprise JavaScript Chart"
Description
Defines the title of the chart. It is displayed at the top left of the chart.
Example
>> Give the chart a name.
var chart = new EJSC.Chart( "chart", {title: "2007: Total Widget Sales by Month"} );
|