Chart.ChartTitle Property
Returns a ChartTitle object that represents the title of the specified chart. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property ChartTitle As ChartTitle
Get
'Usage
Dim instance As Chart
Dim value As ChartTitle
value = instance.ChartTitle
ChartTitle ChartTitle { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ChartTitle
ChartTitle
Remarks
The ChartTitle object doesn’t exist and cannot be used unless the HasTitle property for the chart is True.