aspnet-15987-components-chart-control-concepts-chart-elements-axes-axis-titles.md
This topic describes the available display and customization options for an axis title.
This topic consists of the following sections.
You can display and customize the titles of a diagram’s primary and secondary axes (see the image below).
A title text can contain an unlimited number of symbols.
Note that for each axis, it is only possible to display a single AxisTitle object.
To display an axis title at design time, expand the Axis2D.Title property in the Properties window, and set the TitleBase.Visible property to true.
The axis title’s customization options are as follows.
As with the majority of other chart elements, hit testing is supported for axis titles, as well. This means that you can display any additional information related to the corresponding axis (e.g. its name or type) for your end-users after they click or hover its title.
You can obtain an axis title in the ASPxClientWebChartControl.ObjectHotTracked event.
See Also
How to: Add a Title to an Axis
How to: Determine whether an Axis Title is Being Hovered by the Mouse Pointer