Skip to main content
A newer version of this page is available. .

Series3DBase.ActualLabel Property

Returns the actual settings of series labels.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public SeriesLabel ActualLabel { get; }

Property Value

Type Description
SeriesLabel

The object containing series label settings.

See Also