Series3DBase.ActualLabel Property
In This Article
Returns the actual settings of series labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
[Browsable(false)]
public SeriesLabel ActualLabel { get; }
#Property Value
Type | Description |
---|---|
Series |
The object containing series label settings. |
See Also