CenterEvent

Type object

Defines an event that contains event center coordindates.

Sources

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

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

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

Inheritance

CenterEvent does not extend any other symbol.

CenterEvent is not extended by any other symbol.

Properties

center
#

Type IPoint

A center point for specific operation.