Type "absolute"
| "vertical"
| "horizontal"
| "grid"
| "none"
Defines available Container
layout types
Sources
ContainerLayout can be used (imported) via one of the following packages.
// ContainerLayout is available in all of the following modules. // You only need to import one of them. /** * -------------------------------------------------------- * Import from: "core.ts" * Use like: am4core.ContainerLayout * -------------------------------------------------------- */ import * as am4core from "@amcharts/amcharts4/core";
// ContainerLayout 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.ContainerLayout * -------------------------------------------------------- */
Inheritance
ContainerLayout does not extend any other symbol.
ContainerLayout is not extended by any other symbol.
Properties
ContainerLayout does not have any properties.