dashboard-devexpress-dot-dashboardcommon-ebefb749.md
A palette that contains colors used to paint dashboard item elements.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DashboardPalette :
IEnumerable<Color>,
IEnumerable
Public Class DashboardPalette
Implements IEnumerable(Of Color),
IEnumerable
The following members return DashboardPalette objects:
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.
Object DashboardPalette
See Also