Axis.Title Property

.NET Framework (current version)
 

Gets or sets the title of the axis.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
Public Property Title As String

Property Value

Type: System.String

A string value that represents the title of the axis.

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.

.NET Framework
Available since 4.0
Return to top
Show: