EJSC.Chart.y_cursor_position_text
See Also
|
Definition
string y_cursor_position_text = "Y:"
Description
Defines the text to display in front of the current Y cursor position in the title area.
Example
>> Change cursor position to display series-related label
var chart = new EJSC.Chart( "chart", {y_cursor_position_text: "Price"} ); |