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

AxisBase.Label Property

Gets the settings of axis labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
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