PointEvent

Type object

Defines a type of event that has a single point of reference.

Sources

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

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

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

Inheritance

PointEvent does not extend any other symbol.

PointEvent is not extended by any other symbol.

Properties

point
#

Type IPoint

Event point in global (document) coordinates.