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

FunnelSeries2D.Brush Property

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

Namespace: DevExpress.Xpf.Charts

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

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