Charts Property Example

This example sets font properties for the specified axis.

Set axs = ChartSpace1.Charts(0).Axes(1)
axs.Font.Name = "Arial"
axs.Font.Size = 8
axs.Font.Bold = True

This example adds a chart to the specified chart workspace.

Set cht = ChartSpace1.Charts.Add