Chart.Draggable

Syntax

Draggable: Boolean;

Description

The Draggable property determines whether the chart can be dragged.

Comments

The property value is set in the Chart constructor and is returned using the getDraggable method.

Available values:

Example

The property use is given in the example for Chart.Rendered.

See also:

Chart