MAIDR JavaScript API
    Preparing search index...

    A pane: one horizontal band of the chart with its own price scales.

    interface LwcPane {
        paneIndex: () => number;
        getSeries: () => LwcSeries[];
        getHeight: () => number;
        getHTMLElement: () => HTMLElement | null;
        attachPrimitive: (primitive: LwcPanePrimitive) => void;
        detachPrimitive: (primitive: LwcPanePrimitive) => void;
    }
    Index

    Properties

    paneIndex: () => number
    getSeries: () => LwcSeries[]
    getHeight: () => number
    getHTMLElement: () => HTMLElement | null
    attachPrimitive: (primitive: LwcPanePrimitive) => void
    detachPrimitive: (primitive: LwcPanePrimitive) => void