Interface DataViewAxis

Contains metadata computed for an Axis.

interface DataViewAxis {
    isCategorical: boolean;
    name: string;
}

Hierarchy (view full)

Properties

Properties

isCategorical: boolean

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

name: string

Gets the name of this axis.