Skip to main content

Card(Measure) Constructor

In This Article

Initializes a new instance of the Card class with the specified measure used to calculate its actual value.

Namespace: DevExpress.DashboardCommon

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

#Declaration

public Card(
    Measure actualValue
)

#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.

See Also