DashboardPalette(IEnumerable<Color>) Constructor
Initializes a new instance of the DashboardPalette class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
colors | IEnumerable<Color> | A collection of Color objects that specify colors to be added to the palette. |
See Also