DeltaMap(Measure, Measure) Constructor
Initializes a new instance of the DeltaMap class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
actualValue | Measure | A Measure object specifying a measure that provides actual values. This value is assigned o the DeltaMap.ActualValue property. |
targetValue | Measure | A Measure object specifying a measure that provides target values. This value is assigned o the DeltaMap.TargetValue property. |
See Also