Skip to main content
A newer version of this page is available. .

Axis2D.Title Property

Gets the title settings of an axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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