CustomAxisLabelCollection Class
In This Article
Represents a collection of custom axis labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
public class CustomAxisLabelCollection :
ChartElementCollection<CustomAxisLabel>,
IEnumerable<ICustomAxisLabel>,
IEnumerable
#Returned By
The Axis2D.CustomLabels property returns an instance of CustomAxisLabelCollection.
#Remarks
Instead of default labels, each axis can hold a collection of custom labels (represented by the CustomAxisLabelCollection class), which can be accessed via the Axis2D.CustomLabels property.
Each item of the collection is represented by a CustomAxisLabel object.
#Inheritance
See Also