See Also

ChartArea Class  | ChartArea Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

Title Property

Gets or sets the chart title.

Equivalent to using Chart.TitleBox.Label.Text.

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

Example

[C#] 

            [C#] 
Chart.Title = "Chart of Sales for 2003";

[C#] 

            [Visual Basic] 
Chart.Title = "Chart of Sales for 2003"

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ChartArea Class  | ChartArea Members

 

 


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