FullControl JS
    Preparing search index...

    Interface PlotDataPoint

    interface PlotDataPoint {
        color?: string;
        x?: number;
        y?: number;
        z?: number;
    }
    Index

    Properties

    Properties

    color?: string
    x?: number
    y?: number
    z?: number