EJSC.Chart.allow_move

See Also

 

Definition

 

boolean allow_move = true

 

Description

 

Defines if the chart can be moved once it has been zoomed in. This is automatically disabled if allow_interactivity is set to false.

 

Example

 

>> Turn off moving for the chart.

 

var chart = new EJSC.Chart(

              "chart",

              {allow_move: false}

       );