Visualization
    Preparing search index...

    Interface DataViewCategoricalAxis

    Represents metadata computed for a categorical Axis.

    interface DataViewCategoricalAxis {
        hierarchy: DataViewHierarchy;
        isCategorical: boolean;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Gets the hierarchy of this axis.

    isCategorical: boolean

    Gets a value indicating whether this axis is an instance of DataViewContinuousAxis or DataViewCategoricalAxis .

    name: string

    Gets the name of this axis.