Interface DataViewCategoricalAxis

Represents metadata computed for a categorical Axis.

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

Hierarchy (view full)

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.