AxisBase.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 AxisLabel Label { get; }
#Property Value
Type | Description |
---|---|
Axis |
An Axis |
#Remarks
The Label property provides access to the settings that specify the appearance, content, position and visibility of the default axis labels. To provide custom labels for a 2D-axis, use the Axis2D.CustomLabels property.
For more information, refer to Axis Labels.
See Also