EJSC.Chart.y_axis_caption

See Also

 

Definition

 

string y_axis_caption = "Y Axis"

 

Description

 

Defines the text to be displayed below the Y axis.

 

Example

 

>> Customize the y-axis caption.

 

var chart = new EJSC.Chart(

              "chart",

              {y_axis_caption: "Items Sold"}

       );