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

    Interface AmListLike<T>

    Minimal interface for amCharts 5 list-like collections (e.g. chart.series, chart.xAxes).

    interface AmListLike<T> {
        values: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    values: T[]