Interface DataViewHierarchyLevel

Represents the levels of a hierarchy.

interface DataViewHierarchyLevel {
    dataType: DataType;
    name: string;
}

Properties

Properties

dataType: DataType

Gets the data type of the values in this level of the hierarchy.

name: string

The name of the hierarchy level, derived from the expression on the Axis.