Articles in this section
Category / Section

How to hide values of Y-Axis in WebForms(classic)OLAP Chart?

1 min read

You can hide the top and bottom values of Y-axis in OLAP Chart by using the following code examples.

C#

this.OlapChart1.PrimaryYAxis.EdgeLabelsDrawingMode = Syncfusion.Windows.Forms.Chart.ChartAxisEdgeLabelsDrawingMode.ClippingProtection;

 

VB

Me.OlapChart1.PrimaryYAxis.EdgeLabelsDrawingMode = Syncfusion.Windows.Forms.Chart.ChartAxisEdgeLabelsDrawingMode.ClippingProtection

 

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