ShiftEvent

Type object

Defines a type of event that represents some kind of shift in coordinates, like draging an element.

Sources

ShiftEvent can be used (imported) via one of the following packages.

/**
 * --------------------------------------------------------
 * Import from: "core.ts"
 * Use like: am4core.ShiftEvent
 * --------------------------------------------------------
 */
import * as am4core from "@amcharts/amcharts4/core";

/**
 * --------------------------------------------------------
 * Include via: <script src="core.js"></script>
 * Access items like: am4.ShiftEvent
 * --------------------------------------------------------
 */

Inheritance

ShiftEvent does not extend any other symbol.

ShiftEvent is not extended by any other symbol.

Properties

shift
#

Type IPoint

Shift in coordinates after dragging.