Articles in this section
Category / Section

How to rotate axis label in the WPF Chart (SfChart)?

1 min read

The WPF Chart(SfChart) allows you to change the rotation of the axis labels by using LabelRotationAngle property.


Note: 

It is explained with positive as well as negative rotations of the axis labels. Positive rotations in XAML and negative rotations in code behind.


XAML

<syncfusion:SfChart.PrimaryAxis >
      <syncfusion:CategoryAxis Header="Product" LabelRotationAngle="45"/>
</syncfusion:SfChart.PrimaryAxis>

The following screenshot illustrates the output of the axis labels that have been rotated to 45°.


WPF Chart with Rotated Axis Label


C#

this.axisChart.PrimaryAxis.LabelRotationAngle = -270;

The following screenshot illustrates the output of the axis labels that have been rotated to –270°.


WPF Chart with Rotated Axis Label


Conclusion

I hope you enjoyed learning how to rotate axis label in the WPF Chart.

You can refer to our WPF Chart feature tour page know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WPF Chart Examples to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, Direct-Trac, or feedback portal. We are always happy to assist you!

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