다음을 통해 공유


Axis.AxisTitle Property (Excel)

Returns an AxisTitle object that represents the title of the specified axis. Read-only.

Syntax

.AxisTitle

A variable that represents an Axis object.

Remarks

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

Example

With Charts("Chart1").Axes(xlCategory) 
 .HasTitle = True 
 .AxisTitle.Text = "July Sales" 
End With

참고 항목

개념

Axis Object

Axis Object Members