Axis2D.CustomLabels Property
In This Article
Gets the axis collection of custom labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public CustomAxisLabelCollection CustomLabels { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
#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