Axis2D.CustomLabels Property
In This Article
Provides access to the axis collection of custom labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, true)]
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.
See Also