Skip to main content

DashboardPalette(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(
    params Color[] colors
)

Parameters

Name Type Description
colors Color[]

An array of Color objects that specify colors to be added to the palette.

See Also