EJSC.Chart.x_axis_caption

See Also

 

Definition

 

string x_axis_caption = "X Axis"

 

Description

 

Defines the text to be displayed below the X axis.

 

For styling the caption, see EJSC.Chart.x_axis_className

 

Example

 

>> Customize the x-axis caption.

 

var chart = new EJSC.Chart(

              "chart",

              {x_axis_caption: "Year"}

       );