Dela via


Chart.HasTitle Property (2007 System)

Gets or sets a value that indicates whether the Chart control has a title.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property HasTitle As Boolean
'Usage
Dim instance As Chart 
Dim value As Boolean 

value = instance.HasTitle

instance.HasTitle = value
[BrowsableAttribute(false)]
public bool HasTitle { get; set; }
[BrowsableAttribute(false)]
public:
property bool HasTitle {
    bool get ();
    void set (bool value);
}
public function get HasTitle () : boolean 
public function set HasTitle (value : boolean)

Property Value

Type: System.Boolean
true if the Chart control has a visible title; otherwise, false.

Remarks

An axis title is represented by an AxisTitle object.

A chart title is represented by a ChartTitle object.

.NET Framework Security

See Also

Reference

Chart Class

Chart Members

Microsoft.Office.Tools.Excel Namespace