Back to Devexpress

DashboardControl.CustomPalette Event

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-c81108e4.md

latest2.2 KB
Original Source

DashboardControl.CustomPalette Event

Provides the capability to substitute the default palette containing colors used to paint dashboard item elements.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public event CustomPaletteEventHandler CustomPalette
vb
Public Event CustomPalette As CustomPaletteEventHandler

Event Data

The CustomPalette event's data class is CustomPaletteEventArgs. The following properties provide information specific to this event:

PropertyDescription
PaletteGets or sets a palette used to color dashboard item elements.

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.

Handle the CustomPalette event to create a your own palette providing custom colors. To do this, create and initialize the DashboardPalette class instance and assign the resulting object to the CustomPaletteEventArgs.Palette event parameter.

See Also

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace