Card(Measure, Measure) Constructor
Initializes a new instance of the Card class with the specified measures used to calculate its actual and target values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
actualValue | Measure | A Measure object that specifies a measure against which the card’s actual value should be calculated. This value is assigned to the KpiElement.ActualValue property. |
targetValue | Measure | A Measure object that specifies a measure against which the card’s target value should be calculated. This value is assigned to the KpiElement.TargetValue property. |
See Also