CardDeltaOptions Class
Contains options that control how the difference between actual and target values should be displayed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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