KpiElement.TargetValue Property
Gets or sets a measure that provides data for calculating the target value.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Measure | A Measure object that provides data for calculating the target value. |
Remarks
The KpiDashboardItem<TKpiElement> descendants, such as the CardDashboardItem or GaugeDashboardItem, are used to present KPI data. These dashboard items display a number of individual elements (cards and gauges respectively) that show the difference between the actual and target values of a particular parameter. To provide data for each of these elements, you need to specify a pair of measures, where one of these measures contains data used to calculate the actual value, and the other provides data for the target value.
Use the TargetValue property to specify a measure that will be used to calculate the target value. To specify a measure for the actual value, use the KpiElement.ActualValue property.