Type object
Defines a type of event that represents change in angle, like rotation.
Sources
AngleEvent can be used (imported) via one of the following packages.
/** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.AngleEvent * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
/** * -------------------------------------------------------- * Include via: <script src="core.js"></script> * Access items like: am4.AngleEvent * -------------------------------------------------------- */
Inheritance
AngleEvent does not extend any other symbol.
AngleEvent is not extended by any other symbol.
Properties
angle # |
Type Angle to apply to the element. |
---|