Skip to main content

WaterfallSeries2D.GetTotalBarBrush(XYDiagram2D) Method

Gets the value of the WaterfallSeries2D.TotalBarBrush attached property for a specified XYDiagram2D.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static SolidColorBrush GetTotalBarBrush(
    XYDiagram2D diagram
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram from which the property value is read.

Returns

Type Description
SolidColorBrush

The subtotal brush.

See Also