# Axes Labels Rotation

## Content



When the horizontal axis is crowded with axis labels, you need to rotate the labels to avoid the cluttered look. Rotating the labels allows you to accommodate a large number of labels in a limited space on the axis.

You can use the **LabelAngle** property to rotate axes labels in anticlockwise direction in **FlexChart**.

See the code given below for reference.

**csharp**

```csharp
flexChart.AxisX.LabelAngle = 45;
```

![](https://cdn.mescius.io/document-site-files/images/8ba28e07-1633-4a6a-9114-13b9f1f04eed/images/imagesext/wpfflexchartaxeslabelsrotation.png)