_Chart.ChartTitle Property

Returns a ChartTitle object that represents the title of the specified chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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.Excel.ChartTitle

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace