Skip to main content
All docs
V23.2

BoxPlot2DModel.GetPenBrush(SolidColorBrush) Method

Returns a brush used to draw the series border.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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