Skip to main content
All docs
V25.1
  • SimpleBoxPlot2DModel.GetPenBrush(SolidColorBrush) Method

    Returns a brush used to draw the series border.

    Namespace: DevExpress.Xpf.Charts

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public override Brush GetPenBrush(
        SolidColorBrush brush
    )

    Parameters

    Name Type Description
    brush SolidColorBrush

    A brush that is used to paint the BoxPlot series.

    Returns

    Type Description
    Brush

    A brush that is used to draw the series border.

    See Also