Skip to main content
All docs
V25.1
  • WaterfallSeries2D.SetSubtotalBarBrush(XYDiagram2D, SolidColorBrush) Method

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

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public static void SetSubtotalBarBrush(
        XYDiagram2D diagram,
        SolidColorBrush subtotalBarBrush
    )

    Parameters

    Name Type Description
    diagram XYDiagram2D

    The diagram to which the attached property is written.

    subtotalBarBrush SolidColorBrush

    The brush that is used to draw subtotals.

    See Also