@labkey/api
    Preparing search index...

    Interface IMeasureable

    interface IMeasureable {
        dateOptions?: IDateOptions;
        dimension?: Visualization.Dimension | IDimensionLike;
        filterArray?: IFilter[];
        measure: Visualization.Measure | IMeasureLike;
        time?: any;
    }
    Index

    Properties

    dateOptions?: IDateOptions

    Optional if this measure's axis.timeAxis property is true, ignored otherwise. Has the following child properties. Either zeroDateCol or ZeroDayVisitTag may be specified, but not both.

    Used to pivot a result set into multiple series. Generally an augmented Dimension

    filterArray?: IFilter[]

    Generally an augmented Measure

    time?: any

    "date" indicates this measure is date-based. "time" indicates it is time-based.