DragEnabled Property (FlexChart)

Class

FlexChart.

Action

Gets whether you can drag items out of this chart and drop them on other controls.

If true, dragging is enabled for the chart. If the dropEnabled property is also true, you can drag items and drop them in the chart to reorder the items. The default value is false.

Syntax

C#
protected Boolean dragEnabled { get; }
VB
'Declaration
Protected Read Property dragEnabled As Boolean

Access

Read only.