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

CardDeltaOptions Class

Contains options that control how the difference between actual and target values should be displayed.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class CardDeltaOptions :
    DeltaOptionsBase

Remarks

Cards allow you to display the difference between two measures (actual and target). This difference can be communicated using a numeric value displayed within the card and an additional indication. To access delta options for the CardDashboardItem, use the Card.LayoutDeltaOptions property.

Inheritance

Object
DeltaOptionsBase
CardDeltaOptions
See Also