Multi-level labels

27 Feb 20181 minute to read

Multi-level labels allow you to drill down to access the detailed level of data or drill up to see the summarized data by using the expander present in the OLAP chart. You can enable this option by setting the enableMultiLevelLabels property to “true”.

  • HTML
  • <template>
      <div>
        <ej-pivot-chart e-enable-multi-level-labels.bind ="true">
        </ej-pivot-chart>
      </div>
    </template>

    Relational

    OLAP