Articles in this section
Category / Section

How to rename the axes name inside the AxisElementBuilder?

1 min read

This KB illustrates that how to rename the axes name inside the AxisElementBuilder.

Solution:

To change the axes name inside the AxisElementBuilder, you can refer to the following code example at sample level.

Script

$(document).ajaxComplete(function () {

    $(".axisHeader:contains('Column')").text("Categorical");

    $(".axisHeader:contains('Row')").text("Series");

    $(".axisHeader:contains('Slicer')").text("Filters");

});

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied