# Axes Title

## Content



After creating a chart, you can add a title to any vertical or horizontal axis in the chart. An axis title displays information regarding what is displayed along the axis. And it enables end-users viewing the chart to understand what the data is about. It is however not possible to add axis titles to charts without axes, for instance Pie Chart.

In **FlexChart**, you can set the axis title by using the **Title** property, which accepts a string.

See the following code snippet:

**csharp**

```csharp
flexChart.AxisX.Title = "Fruits";
```

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