Skip to main content
A newer version of this page is available. .

Card Constructors

A card template used to display a series of cards in the CardDashboardItem.
Name Parameters Description
Card() none Initializes a new instance of the Card class with default settings.
Card(Measure, Measure) actualValue, targetValue Initializes a new instance of the Card class with the specified measures used to calculate its actual and target values.
Card(Measure) actualValue Initializes a new instance of the Card class with the specified measure used to calculate its actual value.
See Also