Skip to main content
A newer version of this page is available. .
All docs
V20.2

SimpleBoxPlot2DModel.GetPenBrush(SolidColorBrush) Method

Returns a brush used to draw the series border.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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