Chart.Title Property
Gets or sets a string that represents the title of the chart. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Title As String
Get
Set
'Usage
Dim instance As Chart
Dim value As String
value = instance.Title
instance.Title = value
string Title { get; set; }
Property Value
Type: System.String