ScaleEvent

Type object

Defines a type of event that represents change in element's scale, like resize.

Sources

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

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

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

Inheritance

ScaleEvent does not extend any other symbol.

ScaleEvent is not extended by any other symbol.

Properties

scale
#

Type number

Scale to apply to the element.