MAIDR Documentation - v4.4.0
    Preparing search index...

    The samples of one declared layer, and the live marks behind them.

    interface DeclaredSamples<T> {
        data: T[];
        items: AmDataItem[];
        owners: AmXYSeries[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T[]
    items: AmDataItem[]

    The live data items, in the order data holds their points.

    owners: AmXYSeries[]

    Which series drew each mark, index-aligned with items.

    Not always the declaring one: a forest plot's pooled summary is commonly a companion series of its own, and its rows are appended after the studies.