Chart.ChartTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a ChartTitle object that represents the title of the specified chart. Read-only.
public:
property Microsoft::Office::Interop::Word::ChartTitle ^ ChartTitle { Microsoft::Office::Interop::Word::ChartTitle ^ get(); };
public Microsoft.Office.Interop.Word.ChartTitle ChartTitle { get; }
member this.ChartTitle : Microsoft.Office.Interop.Word.ChartTitle
Public ReadOnly Property ChartTitle As ChartTitle
Property Value
Remarks
The ChartTitle object doesn’t exist and cannot be used unless the HasTitle property for the chart is True.