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