Back to Devexpress

Series3DBase.ActualLabel Property

wpf-devexpress-dot-xpf-dot-charts-dot-series3dbase-2a61f61c.md

latest1.0 KB
Original Source

Series3DBase.ActualLabel Property

Returns the actual settings of series labels.

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

The object containing series label settings.

|

See Also

Series3DBase Class

Series3DBase Members

DevExpress.Xpf.Charts Namespace