Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 491 Bytes

6eca7bbc-0158-f25e-d7c8-3f57f06ccccf.md

File metadata and controls

23 lines (12 loc) · 491 Bytes

ChartTitle Object

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.