Back to Devexpress

Axis2D.CustomLabelItemsSource Property

wpf-devexpress-dot-xpf-dot-charts-dot-axis2d-62b570ef.md

latest1.3 KB
Original Source

Axis2D.CustomLabelItemsSource Property

Gets or sets the collection used to generate custom labels.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public IEnumerable CustomLabelItemsSource { get; set; }
vb
Public Property CustomLabelItemsSource As IEnumerable

Property Value

TypeDescription
IEnumerable

A collection that is used to generate custom labels of the Chart. The default is null ( Nothing in Visual Basic).

|

See Also

CustomLabelItemTemplate

CustomLabelItemTemplateSelector

Axis2D Class

Axis2D Members

DevExpress.Xpf.Charts Namespace