MAIDR Documentation - v3.73.0
    Preparing search index...

    An X value paired with its display label. value is the raw XValue used for navigation (moveToXValue matches on the raw value); label is the x-axis formatted string that is shown, filtered, and announced in the search combobox so it matches the terse layer text and the extrema target labels.

    interface XValueOption {
        value: XValue;
        label: string;
    }
    Index

    Properties

    Properties

    value: XValue
    label: string