A newer version of this page is available.
Switch to the current version.
Axis2D.CustomLabels Property
Gets the axis collection of custom labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, true)]
public CustomAxisLabelCollection CustomLabels { get; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraSerializableProperty(XtraSerializationVisibility.Collection, True)>
Public ReadOnly Property CustomLabels As CustomAxisLabelCollection
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.
For more information, refer to Axis Labels.
See Also
Feedback