DeltaMap.TargetValue Property
Gets or set a measure that provides target values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Measure | A Measure object specifying a measure that provides target values. |
Remarks
Use the DeltaMap.ActualValue property to specify a measure that provides actual values.
See Also