Multi-level Labels

11 Feb 20191 minute to read

Multi-level labels allows 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 OlapChart.

  • HTML
  • <ej:PivotChart ID="MyPivotChart1" runat="server" EnableMultiLevelLabels="true" ClientIDMode="Static">
     <%--....--%>
    </ej:PivotChart>

    Relational

    Multi-level labels in ASP NET pivot chart with relational mode

    OLAP

    Multi-level labels in ASP NET pivot chart OLAP mode