Syntax

expression.AxisTitle

expression A variable that represents an Axis object.

Remarks

This example adds an axis label to the category axis in Chart1.

Example

Visual Basic for Applications
With Charts("Chart1").Axes(xlCategory) .HasTitle = True .AxisTitle.Text = "July Sales" End With
Accessor for axis title? axis axis title Axis Title Property AxisTitle AxisTitle Property Change the axis title for a category axis? Get at axis title?

See also: