Skip to main content
A newer version of this page is available. .

DashboardPalette(Color[]) Constructor

Initializes a new instance of the DashboardPalette class.

Namespace: DevExpress.DashboardCommon

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

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