Articles in this section
Category / Section

How to rotate the axis labels in SfChart?

1 min read

Description:

This article describes the support for rotating the axis labels.

Solution:

Rotation of the axis labels can be done by using the LabelRotationAngle property of the axis.

 

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>

 

Output [Positive Degree]

The screenshot illustrates the output of the axis labels rotated at an angle of 45o.

Figure 1: Chart with axis labels rotated with an angle of 45o

C#

this.axisChart.PrimaryAxis.LabelRotationAngle = -270;

 

Output [Negative Degree]

The screenshot illustrates the output of the axis labels rotated at an angle of -270o.

Figure 2: Chart with axis labels rotated with an angle of -270o

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