Dundas Chart for ASP.NET
Title Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Axis Class : Title Property


Gets or sets the title of the axis.


Axis Title

Syntax

Visual Basic (Declaration)  
Public Property Title As String
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As String
 
instance.Title = value
 
value = instance.Title
C#  
public string Title {get; set;}

Return Value

A value that represents the title of the axis.

Remarks

Sets or gets the title of the axis.

The font properties of the title can be set using the TitleFont property.

The title color of an Axis object is set using TitleColor.

Requirements

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

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.