CategoryAxis object
Represents a (Live) chart label for the X and Y axes on a (Live) chart.
This example shows how to enable the category labels and color them red:
BarChart.CategoryAxis.Labels.Visible = true BarChart.CategoryAxis.Labels.Font.Color = 16711680
None
Visible as Boolean
None