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