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

Axis2D.CustomLabels Property

Gets the axis collection of custom labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public CustomAxisLabelCollection CustomLabels { get; }

Property Value

Type Description
CustomAxisLabelCollection

A CustomAxisLabelCollection object which represents the collection of custom labels.

Remarks

The CustomLabels property provides access to the axis collection of custom labels. If this collection is empty, the default axis labels are displayed.

For more information, refer to Axis Labels.

See Also