Back to Devexpress

Axis2D.CustomLabels Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d.md

latest1.9 KB
Original Source

Axis2D.CustomLabels Property

Gets the axis collection of custom labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public CustomAxisLabelCollection CustomLabels { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property CustomLabels As CustomAxisLabelCollection

Property Value

TypeDescription
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

Axis Labels

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace