Skip to main content

ValueMap(Measure) Constructor

Initializes a new instance of the ValueMap class with the specified measure.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ValueMap(
    Measure value
)

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