Back to Devexpress

BarStackedSeries2D.GetTotalLabel(Pane) Method

wpf-devexpress-dot-xpf-dot-charts-dot-barstackedseries2d-dot-gettotallabel-x28-devexpress-dot-xpf-dot-charts-dot-pane-x29.md

latest1.3 KB
Original Source

BarStackedSeries2D.GetTotalLabel(Pane) Method

Returns total labels’ settings associated with the specified diagram pane.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public static StackedBarTotalLabel GetTotalLabel(
    Pane pane
)
vb
Public Shared Function GetTotalLabel(
    pane As Pane
) As StackedBarTotalLabel

Parameters

NameTypeDescription
panePane

The diagram pane for which total labels’ are configured.

|

Returns

TypeDescription
StackedBarTotalLabel

The total labels’ settings storage.

|

See Also

BarStackedSeries2D Class

BarStackedSeries2D Members

DevExpress.Xpf.Charts Namespace