Skip to main content
All docs
V23.2

FunnelSeriesView.ColorEach Property

Specifies whether each series point has a different color.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public bool ColorEach { get; set; }

Property Value

Type Description
Boolean

true if each series point has a different color; otherwise, false. The default value is true.

Remarks

The following table contains the Funnel Chart with different ColorEach property values:

ColorEach = True ColorEach = False
FunnelSeriesView ColorEach is True FunnelSeriesView ColorEach is False

Note, when ColorEach is set to true, a chart’s legend displays an item for each series point. When ColorEach is set to false, the chart’s legend contains a single item for the funnel series.

Specify the ChartControl.PaletteName property to change the pre-defined set of colors for series points.

See Also