dashboard-devexpress-dot-dashboardcommon-2e2ad083.md
Contains options that control how the difference between actual and target values should be displayed.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class CardDeltaOptions :
DeltaOptionsBase
Public Class CardDeltaOptions
Inherits DeltaOptionsBase
The following members return CardDeltaOptions objects:
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.
Object DeltaOptionsBase CardDeltaOptions
See Also