Skip to main content
All docs
V23.2

FunnelSeries2D.Brush Property

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

Namespace: DevExpress.Xpf.Charts

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