ComponentOne FlexChart for WPF
Axes Labels Visibility
FlexChart > Working with FlexChart > FlexChart Elements > FlexChart Axes Labels > Axes Labels Visibility

FlexChart enables you to show or hide axis labels with the Labels 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:

flexChart.AxisX.Labels = false;