Type "horizontal"
| "vertical"
| "left"
| "right"
| "up"
| "down"
Represents options for tooltip pointer (arrow) orientation.
Sources
PointerOrientation can be used (imported) via one of the following packages.
// PointerOrientation is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.PointerOrientation * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// PointerOrientation 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.PointerOrientation * -------------------------------------------------------- */
Inheritance
PointerOrientation does not extend any other symbol.
PointerOrientation is not extended by any other symbol.
Properties
PointerOrientation does not have any properties.