corelibraries-devexpress-dot-xtracharts-dot-axis2d-beab6df4.md
Gets the settings of axis labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisLabel2D Label { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Label As AxisLabel2D
| Type | Description |
|---|---|
| AxisLabel2D |
An AxisLabel object which provides axis label settings.
|
The Label property provides access to the settings that specify the appearance, contents, position and visibility of the default axis labels. To provide custom labels for an axis, use the Axis2D.CustomLabels property.
For more information, refer to Axis Labels.
See Also