Draggable: Boolean;
The Draggable property determines whether the chart can be dragged.
The property value is set in the Chart constructor and is returned using the getDraggable method.
Available values:
true. The chart can be dragged.
false. Default value. The chart cannot be dragged.
The property use is given in the example for Chart.Rendered.
See also: