MAIDR Documentation - v3.69.0
    Preparing search index...

    Global bounding box in CSS pixels (relative to the root container), as returned by amCharts' Sprite.globalBounds() / Container.globalBounds().

    interface AmBounds {
        left: number;
        right: number;
        top: number;
        bottom: number;
    }
    Index

    Properties

    Properties

    left: number
    right: number
    top: number
    bottom: number