ColorDefinition(Int32) Constructor
In This Article
Initializes a new instance of the ColorDefinition class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
palette |
Int32 | An integer value that is the zero-based index identifying a color from the default palette. This value is assigned to the Color |
#Remarks
Note that the default dashboard palette contains 20 unique colors.
See Also