Back to Devexpress

SeriesLabel.Items Property

wpf-devexpress-dot-xpf-dot-charts-dot-serieslabel-df1c9c6c.md

latest1.5 KB
Original Source

SeriesLabel.Items Property

For internal use. Gets or sets the collection of series label items.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public ObservableCollection<SeriesLabelItem> Items { get; set; }
vb
<Browsable(False)>
Public Property Items As ObservableCollection(Of SeriesLabelItem)

Property Value

TypeDescription
ObservableCollection<SeriesLabelItem>

A collection of the SeriesLabelItem objects.

|

Remarks

This property is used to support binding, when applying a control template to an SeriesLabel object.

See Also

SeriesLabel Class

SeriesLabel Members

DevExpress.Xpf.Charts Namespace