ColorSchemeDimensionKey(DimensionDefinition, Object) Constructor
In This Article
Initializes a new instance of the ColorSchemeDimensionKey class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ColorSchemeDimensionKey(
DimensionDefinition dimensionDefinition,
object value
)
#Parameters
Name | Type | Description |
---|---|---|
dimension |
Dimension |
A Dimension |
value | Object | A dimension value. This value is assigned to the Color |
#Remarks
Use the Dimension.GetDimensionDefinition method to obtain the dimension definition and pass the returned object to the ColorSchemeDimensionKey constructor.
See Also