DashboardPalette Class
A palette that contains colors used to paint dashboard item elements.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
- DashboardDesigner.CustomPalette;
- DashboardViewer.CustomPalette;
- ASPxDashboard.CustomPalette / DashboardConfigurator.CustomPalette
Inheritance
Object
DashboardPalette
See Also