Axis2D.CustomLabels Property
Gets the axis collection of custom labels.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
[XtraSerializableProperty(XtraSerializationVisibility.Collection, 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.
For more information, refer to Axis Labels.
See Also