EJSC.Chart.show_mouse_position
See Also
|
Definition
boolean show_mouse_position = true
Description
Defines if the current mouse position should be displayed above the chart.
Example
>> Turn off mouse position indicators.
var chart = new EJSC.Chart( "chart", {show_mouse_position: false} ); |