Skip to main content
A newer version of this page is available. .

DashboardPalette Class

A palette that contains colors used to paint dashboard item elements.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public class DashboardPalette :
    IEnumerable<Color>,
    IEnumerable

Remarks

DevExpress Dashboard colors dashboard item elements (for instance, Chart series points or Pie segments) using a set of 20 unique colors from the default palette. You can access the default palette using the static DashboardPalette.Default field.

If necessary, create your own color palette to use custom colors within a dashboard. To do this, initialize a new instance of the DashboardPalette class with required colors. Then, use the resulting object when handling one of the following events.

Inheritance

Object
DashboardPalette
See Also