Item Method (Axes Collection) Example
This example sets the title text for the category axis on Chart1.
With Charts("chart1").Axes.Item(xlCategory) .HasTitle = True .AxisTitle.Caption = "1994" End With