Skip to main content

WaterfallSeries2D.SetTotalBarBrush(XYDiagram2D, SolidColorBrush) Method

Sets the WaterfallSeries2D.TotalBarBrush attached property value to the specified XYDiagram2D.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetTotalBarBrush(
    XYDiagram2D diagram,
    SolidColorBrush totalBarBrush
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram to which the attached property is written.

totalBarBrush SolidColorBrush

The brush that is used to draw the total bar.

See Also