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.
// AngleEvent is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.AngleEvent * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// AngleEvent is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * 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. |
---|