Skip to main content

Axis2D.Title Property

Gets the title settings of an axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisTitle Title { get; }

Property Value

Type Description
AxisTitle

An AxisTitle object which provides the axis title settings.

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