FullControl JS
    Preparing search index...

    Interface PlotDataLegacy

    interface PlotDataLegacy {
        annotations: any[];
        points: PlotDataPoint[];
    }
    Index

    Properties

    Properties

    annotations: any[]
    points: PlotDataPoint[]