ValueMap(Measure) Constructor
Initializes a new instance of the ValueMap class with the specified measure.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Measure | A Measure object specifying a measure that provides values used for color map shapes. This value is assigned to the ValueMap.Value property. |
See Also