Applies To:
ChartSection object
Description:
Enables the displays of a Chart title.
Action:
Read-write, Boolean
Example:
This example shows how to add a title to a chart:
var MyChart=ActiveDocument.Sections["Chart"] MyChart.Title="This is the Title" MyChart.ShowTitle=true