Labels (Object)

Member of:

CategoryAxis object

Description:

Represents a (Live) chart label for the X and Y axes on a (Live) chart.

Example:

This example shows how to enable the category labels and color them red:

BarChart.CategoryAxis.Labels.Visible = true
BarChart.CategoryAxis.Labels.Font.Color = 16711680

Methods:

None

Properties:

Visible as Boolean

Objects:

None