Axis2D.Label Property
In This Article
Gets the settings of axis labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisLabel2D Label { get; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
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