DragStart Method (FlexChart)

Class

FlexChart class

Action

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

Syntax

chart.DragStart(draggedItem, [localX, localY])
Variable Description
draggedItem The item being dragged. STRING.
localX Optional.The horizontal coordinate at which the event occurred relative to the containing sprite. REAL.
localY Optional.The vertical coordinate at which the event occurred relative to the containing sprite. REAL.