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