Skip to main content

SeriesView3DColorEachSupportBase.ColorEach Property

Gets or sets a value that specifies whether each data point of a series is shown in 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 to specify that each data point in a series has a different color; false to use the same color for all the series’ data points.

Remarks

Use the ColorEach property to control whether chart elements which represent an individual data point (such as a bar or data point marker, for instance) are drawn in different colors. If this property is set to true, colors for series data points are generated automatically based upon the palette specified by the ChartControl.PaletteName (WebChartControl.PaletteName) property.

SeriesView.ColorEach.png

See Also