EJSC.Axis.caption

See Also

 

Definition

 

string caption = "Axis"

 

Description

 

Defines the text to be displayed below or beside the axis.

 

For styling the caption, see EJSC.Axis.caption_class

 

Example

 

>> Customize the bottom axis caption.

 

var chart = new EJSC.Chart(

              "chart",

              {

                       axis_bottom: { caption: "Year" }

               }

       );