ChartTitle Object

Chart
Aa661356.parchild(en-us,office.10).gifChartTitle
Aa661356.space(en-us,office.10).gifAa661356.parmult(en-us,office.10).gifBorder
Aa661356.space(en-us,office.10).gifAa661356.parmult(en-us,office.10).gifCharacters
Aa661356.space(en-us,office.10).gifAa661356.parmult(en-us,office.10).gifFont
Aa661356.space(en-us,office.10).gifAa661356.parchild(en-us,office.10).gifInterior

Represents the chart title.

Using the ChartTitle Object

Use the ChartTitle property to return the ChartTitle object. The following example adds a title to embedded chart one on the worksheet named "Sheet1."

  With Worksheets("sheet1").ChartObjects(1).Chart
    .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.