ComponentOne FlexChart for UWP
FlexChart / Working with FlexChart / FlexChart Elements / FlexChart Axes Labels / Axes Labels Visibility
In This Topic
    Axes Labels Visibility
    In This Topic

    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:

    <Chart:C1FlexChart.AxisX>
        <Chart:Axis Labels="False" LabelAngle="45" Reversed="True" MajorGrid="True" MajorTickMarks="Inside" 
         Title="Fruits" AxisLine="True" Position="Bottom"></Chart:Axis>
    </Chart:C1FlexChart.AxisX>