We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Essential JS2

Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library.

Syncfusion Feedback

How to hide GridLines in PivotChart?

Platform: jQuery |
Control: ejPivotChart

This KB illustrates that how to hide GridLines in PivotChart.

Solution:

To hide the background grid lines in PivotChart, set the majorGridLines property to False.

JS

$("#PivotChart").ejPivotChart({
primaryXAxis: { majorGridLines: { visible: false } },primaryYAxis: { majorGridLines: { visible: false } 
});

ASP

<ej:PivotChart ID="PivotChart1" runat="server" Url="../wcf/OlapChartService.svc">
       <PrimaryXAxis ><MinorGridLines Visible="false" /></PrimaryXAxis>
       <PrimaryYAxis><MinorGridLines Visible="false" /></PrimaryYAxis>
 </ej:PivotChart>

MVC

@Html.EJ().Pivot().PivotChart("PivotChart1").Url(Url.Content("~/wcf/OlapChartService.svc")).PrimaryXAxis(primaryXAxis => primaryXAxis.MajorGridLines(gridline => gridline.Visible(false)).LabelRotation(0)).PrimaryYAxis(primaryYAxis => primaryYAxis.MajorGridLines(gridline => gridline.Visible(false)))

 

ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile