Draggable: Boolean;
The Draggable property determines whether the chart can be dragged.
Use JSON or the setDraggable method to set the property value, and the getDraggable method to get the property value.
Available values:
true. The chart can be dragged.
false. The chart cannot be dragged (default).
The example of use is given on the page with description of the Chart.Rendered event.
See also: