FunnelSeriesView.ColorEach Property
Specifies whether each series point has a different color.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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 |
---|---|
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