Articles in this section
Category / Section

How to disable Chart Grid Lines in ASP.NET Web Forms OLAP Client?

1 min read

You can disable Grid Lines of OLAP Chart in OLAP Client by using the following codes.

C#

this.OlapClient1.OlapChart.PrimaryYAxis.DrawGrid = false;
this.OlapClient1.OlapChart.PrimaryXAxis.DrawGrid = false;

 

VB

Me.OlapClient1.OlapChart.PrimaryYAxis.DrawGrid = False
Me.OlapClient1.OlapChart.PrimaryXAxis.DrawGrid = False


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