EJSC.Axis.hint_caption

See Also

 

Definition

 

string hint_caption = "Value:"

 

Description

 

Defines the text to display in front of the axis-related value in the hint (leave blank to hide the value when displaying the hint).

 

Example

 

>> Customize the value label in the hint window

 

var chart =  new EJSC.Chart(

            "chart",

           {

               axis_bottom: {

                       hint_caption: "Month:"

               }

       }

);