[]
        
(Showing Draft Content)

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:

csharp

flexChart.AxisX.Labels = false;