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

FunnelSeries2D.ColorEach Property

Indicates whether a different color is applied to each funnel point.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ColorEach { get; set; }

Property Value

Type Description
Boolean

true to paint each funnel point with a different color; otherwise, false.

Remarks

The following image shows a funnel series with the ColorEach property enabled:

Funnel series

When the ColorEach property is set to true, use the ChartControlBase.Palette property to specify a palette that contains colors for funnel points.

See Also