Card.LayoutDeltaOptions Property
Provides access to 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
Property Value
Type | Description |
---|---|
CardDeltaOptions | A CardDeltaOptions object that controls how the difference between actual and target values should be displayed. |
Remarks
Note that LayoutDeltaOptions is in effect if the Card.LayoutTemplate property is specified. If you are using a legacy card’s layout (v16.2 and earlier) in your application (Card.LayoutTemplate = null), specify the Card.DeltaOptions property instead of LayoutDeltaOptions.
See Also