Skip to main content

Axis2D.CustomLabels Property

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
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.

See Also