DragDrop Method (FlexChart)

Class

FlexChart.

Action

Defines the value of the type property of the event object for a dragDrop event.

Syntax

C#
chart.DragDrop(draggedItem, [localX, localY, keyModifier])
VB
chart.DragDrop(draggedItem, [localX, localY, keyModifier])
Variable Description
draggedItem The item being dragged. String.
localX Optional: The horizontal coordinate at which the event occurred relative to the containing sprite. Double.
localY Optional: The vertical coordinate at which the event occurred relative to the containing sprite. Double.
keyModifier Optional: The key modifiers (for example, the Ctrl key) to use. ModifierKeys.