Axes Property Example

This example sets the font name for the specified axis in the chart workspace.

Set axs = ChartSpace1.Charts(0).Axes(1)
axs.Font.Name = "Arial"