EJSC.Chart.y_value_hint_caption

See Also

 

Definition

 

string y_value_hint_caption = "Y Value:"

 

Description

 

Defines the text to display in front of the Y value in the hint (leave blank to hide the Y value).

 

Example

 

>> Customize the y-value label in the hint window

 

var chart =  new EJSC.Chart(

              "chart",

              {y_value_hint_caption: "Cost:"}

       );