Visualization
    Preparing search index...

    Interface DataViewHierarchyLevel

    Represents the levels of a hierarchy.

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

    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.