stream-charts
    Preparing search index...

    Interface AxesAssignment

    Represents the assignment of an x-axis and y-axis to a series. Plots (see, for example, ScatterPlot and RasterPlot) use this interface to manage the assignment of axes to series

    interface AxesAssignment {
        xAxis: string;
        yAxis: string;
    }
    Index

    Properties

    Properties

    xAxis: string
    yAxis: string