Chart.Draggable

Syntax

Draggable: Boolean;

Description

The Draggable property determines whether the chart can be dragged.

Comments

Use JSON or the setDraggable method to set the property value, and the getDraggable method to get the property value.

Available values:

Example

The example of use is given on the page with description of the Chart.Rendered event.

See also:

Chart