Back to Devexpress

CardDeltaOptions Class

dashboard-devexpress-dot-dashboardcommon-2e2ad083.md

latest1.6 KB
Original Source

CardDeltaOptions Class

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

Declaration

csharp
public class CardDeltaOptions :
    DeltaOptionsBase
vb
Public Class CardDeltaOptions
    Inherits DeltaOptionsBase

The following members return CardDeltaOptions objects:

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

CardDeltaOptions Members

DevExpress.DashboardCommon Namespace