SimpleBoxPlot2DModel.GetPenBrush(SolidColorBrush) Method
Returns a brush used to draw the series border.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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