Chart.ChartTitle Property

Definition

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

ChartTitle

Remarks

The ChartTitle object doesn’t exist and cannot be used unless the HasTitle property for the chart is True.

Applies to