Skip to main content

CardDeltaOptions Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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