DashboardPalette(Color[]) Constructor
Initializes a new instance of the DashboardPalette class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| colors | Color[] | An array of Color objects that specify colors to be added to the palette. |
See Also