FunnelSeries2D.ColorEach Property
Indicates whether a different color is applied to each funnel point.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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:
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