ChartTitle Object

Description

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.

Properties

Application property, AutoScaleFont property, Border property, Caption property, Creator property, Fill property, Font property, HorizontalAlignment property, Interior property, Left property, Name property, Orientation property, Parent property, ReadingOrder property, Shadow property, Text property, Top property, VerticalAlignment property.

Methods

Delete method.