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

FunnelSeries2D.Brush Property

Gets or sets the SolidColorBrush object used to draw funnel series points.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SolidColorBrush Brush { get; set; }

Property Value

Type Description
SolidColorBrush

The SolidColorBrush object used to draw funnel series points.

Remarks

Set the ColorEach property to false to apply the Brush property to a funnel series.

See Also