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

BoxPlot2DModel.GetPenBrush(SolidColorBrush) Method

Returns a brush used to draw the series border.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public virtual 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