Back to Devexpress

Series.ActualLabel Property

wpf-devexpress-dot-xpf-dot-charts-dot-series-686b6286.md

latest1.2 KB
Original Source

Series.ActualLabel Property

Gets the actual label of the series. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public SeriesLabel ActualLabel { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActualLabel As SeriesLabel

Property Value

TypeDescription
SeriesLabel

A SeriesLabel object.

|

See Also

Series Class

Series Members

DevExpress.Xpf.Charts Namespace