property CategoryAxis.Visible as Boolean
Shows or hides the category-axis (including the labels and the title)

TypeDescription
Boolean A boolean expression that specifies whether the category-axis is visible (including the labels and the title) or hidden
By default, the Visible property is False, which indicates that the category-axis is visible by default. If Visible property is False, the line, ticks, labels and title of the category-axis are hiden. The grid lines defined by ChartGridLines and OverviewGridLines properties are not hidden by design. You can use the Width property on 0 to hide the grid lines defined by ChartGridLines and OverviewGridLines properties

For instance: