See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

Title Property

Gets or sets the chart title.

Equivalent to Chart.TitleBox.Label.Text.

[Visual Basic]
Public Property Title As String
[C#]
public string Title {get; set;}

Example

[C#] 

Chart.Title = "Chart of Sales for 2003";

[Visual Basic] 

Chart.Title = "Chart of Sales for 2003"

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.