SpritePointEvent

Type object

Defines property set for a Sprite event that contains point information.

Sources

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

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

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

Inheritance

SpritePointEvent does not extend any other symbol.

SpritePointEvent is not extended by any other symbol.

Properties

point
#

Type IPoint

Event point in global (document) coordinates.

spritePoint
#

Type IPoint

Event point in local Sprite coordinates.

svgPoint
#

Type IPoint

Event point with chart (svg) coodinates.

Posted in UncategorizedTagged ,