Back to Devexpress

SeriesLabelItem.Label Property

wpf-devexpress-dot-xpf-dot-charts-dot-serieslabelitem.md

latest1.3 KB
Original Source

SeriesLabelItem.Label Property

For internal use. Gets the series label object, to which the SeriesLabelItem corresponds.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesLabel Label { get; }
vb
Public ReadOnly Property Label As SeriesLabel

Property Value

TypeDescription
SeriesLabel

A SeriesLabel object.

|

Remarks

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

See Also

SeriesLabelItem Class

SeriesLabelItem Members

DevExpress.Xpf.Charts Namespace