FlexChart | ComponentOne
WPF FlexChart / Working with FlexChart / FlexChart Elements / FlexChart Axes Labels / Axes Labels Visibility
本主题中
    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;