Axis.Title Property

Definition

Gets or sets the title of the axis.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Title : string with get, set
Public Property Title As String

Property Value

A string value that represents the title of the axis.

Attributes

Remarks

Gets or sets the title of the axis.

You can set the font properties of the title using the TitleFont property.

You can set the color of the title using the TitleForeColor property.

Applies to