ComponentOne FlexChart for WinForms
Axis Labels Visibility
FlexChart > Working with FlexChart > FlexChart Elements > Axis Labels > Axis 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:

' set the Labels property
FlexChart1.AxisY.Labels = False
// set the Labels property
flexChart1.AxisY.Labels = false;