Chart.HasTitle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the Chart control has a title.
public:
property bool HasTitle { bool get(); void set(bool value); };
public bool HasTitle { get; set; }
member this.HasTitle : bool with get, set
Public Property HasTitle As Boolean
Property Value
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.