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

WaterfallSeries2D.SetStartBarBrush(XYDiagram2D, SolidColorBrush) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public static void SetStartBarBrush(
    XYDiagram2D diagram,
    SolidColorBrush startBarBrush
)

Parameters

Name Type Description
diagram XYDiagram2D

The diagram to which the attached property is written.

startBarBrush SolidColorBrush

The brush that is used to draw the start bar.

See Also