corelibraries-devexpress-dot-xtracharts-dot-axis2d.md
Gets the axis collection of custom labels.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public CustomAxisLabelCollection CustomLabels { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property CustomLabels As CustomAxisLabelCollection
| Type | Description |
|---|---|
| CustomAxisLabelCollection |
A CustomAxisLabelCollection object which represents the collection of custom labels.
|
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