Axis2D.CustomLabels Property
Gets the axis collection of custom labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v22.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.
Related GitHub Examples
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.