Bold Property Example
This example sets font properties for the specified axis in the chart workspace.
Set axs = ChartSpace1.Charts(0).Axes(1) axs.Font.Name = "Arial" axs.Font.Size = 8 axs.Font.Bold = True