ChartTitle Object

Description

Represents the title in a chart.

Accessors

Use the ChartTitle property to return the title of the specified chart. 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 does not exist and cannot be accessed unless the HasTitle property for the chart is True.

Properties

Application Property, Border Property, Caption Property, Creator Property, Font Property, HorizontalAlignment Property, Interior Property, Left Property, Name Property, Orientation Property, Parent Property, Shadow Property, Text Property, Top Property, VerticalAlignment Property.

Methods

Characters Method, Delete Method, Select Method.