@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface AxisLabels2d

    Generic class for any x/y axis labels

    interface AxisLabels2d {
        x?: string;
        y?: string;
    }
    Index

    Properties

    Properties

    x?: string
    y?: string