Visualization
    Preparing search index...

    Interface AxisPart

    Represents one element of a multi-part axis expression.

    interface AxisPart {
        displayName: string;
        expression: string;
    }
    Index

    Properties

    displayName: string

    Gets the display name of this part.

    expression: string

    Gets the expression of this part.