Xceed Chart for WinForms v4.4 Documentation
Title Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Axis Class : Title Property
Controls the displayed axis title.
Syntax
'Declaration
 
<CategoryAttribute("Texts")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the displayed axis title")>
Public Property Title As String
'Usage
 
Dim instance As Axis
Dim value As String
 
instance.Title = value
 
value = instance.Title
[Category("Texts")]
[DefaultValue()]
[Description("Controls the displayed axis title")]
public string Title {get; set;}
Remarks
The title is displayed parallel to the axis orientation.
Example
The following code assigns a title to the PrimaryX axis.
Chart.Axis(StandardAxis.PrimaryX).Title = "Axis Title"
Chart.Axis(StandardAxis.PrimaryX).Title = "Axis Title";
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Axis Class
Axis Members