EJSC.Chart.x_cursor_position_caption

See Also

 

Definition

 

string x_cursor_position_text = "X:"

 

Description

 

Defines the text to display in front of the current X cursor position in the title area.

 

Example

 

>> Change cursor position to display series-related label

 

var chart =  new EJSC.Chart(

              "chart",

              {x_cursor_position_text: "Sales"}

       );