Applies To:
ChartSection object
Description:
Returns or sets the value of a Chart sub-title.
Action:
Read-write, String
Example:
This example shows how to add a sub-title to a Chart:
ActiveDocument.Sections["Chart"].SubTitle ="This is the sub title" ActiveDocument.Sections["Chart"].ShowSubTitle=true