Skip to main content

DashboardPalette(IEnumerable<Color>) Constructor

Initializes a new instance of the DashboardPalette class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardPalette(
    IEnumerable<Color> colors
)

Parameters

Name Type Description
colors IEnumerable<Color>

A collection of Color objects that specify colors to be added to the palette.

See Also