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.v18.2.dll

Declaration

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CustomLabels property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also