_Chart.HasTitle Property

True if the axis or chart has a visible title.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property HasTitle As Boolean
    Get
    Set
'Usage
Dim instance As _Chart
Dim value As Boolean

value = instance.HasTitle

instance.HasTitle = value
bool HasTitle { get; set; }

Property Value

Type: System.Boolean

Remarks

An axis title is represented by an AxisTitle object.

A chart title is represented by a ChartTitle object.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace