Axis2D.Title Property
In This Article
Gets the title settings of an axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisTitle Title { get; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
The Title property provides access to the settings that allow you to specify the axis title, its appearance, alignment and visibility.
For more information, refer to Axis Titles.
See Also