CartesianSeriesView.ColorEach Property
Gets or sets a value that specifies whether each data point of a series is shown in a different color.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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 ChartBase.Palette property.