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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.