EJSC.Chart.allow_mouse_wheel_zoom
See Also
Definition
boolean allow_mouse_wheel_zoom = true
Description
Defines if the chart can be zoomed via the scroll wheel on the mouse. This is automatically disabled if allow_interactivity or allow_zoom is set to false.
Example
>> Turn off wheel zooming for the chart.
var chart = new EJSC.Chart( "chart", {allow_mouse_wheel_zoom: false} ); |