# Axes Labels Visibility

## Content



**FlexChart** enables you to show or hide axis labels with the [Labels](/componentone/api/wpf/online-flexchart/dotnet-api/C1.WPF.Chart/C1.WPF.Chart.Axis.Labels.html) property. You can set the property to False for a specific axis, if you want to hide axis labels along the axis. The default value of the **Labels** property is True.

See the following code snippet:

**csharp**

```csharp
flexChart.AxisX.Labels = false;
```

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