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;