Skip to main content

AxisBase.Label Property

Gets the settings of axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
AxisLabel

An AxisLabel object which provides axis label settings.

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