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

Axis2D.Label Property

Gets the settings of axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public AxisLabel2D Label { get; }

Property Value

Type Description
AxisLabel2D

An AxisLabel object which provides axis label settings.

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