Share via


ChartTitle Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Chart
Aa189458.parchild(en-us,office.10).gifChartTitle
Aa189458.space(en-us,office.10).gifAa189458.parchild(en-us,office.10).gif

Represents the title of the specified chart.

Using the ChartTitle Object

Use the ChartTitle property to return the ChartTitle object. The following example adds a title to the chart.

  With myChart
    .HasTitle = True
    .ChartTitle.Text = "February Sales"
End With

Remarks

The ChartTitle object doesn't exist and cannot be used unless the HasTitle property for the chart is True.