Title (Property)

Applies To:

ChartSection object,

Description:

Returns or sets the value of the title displayed on a Chart.

Action:

Read-write, String

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