Card.DeltaOptions Property
In This Article
Provides access to options that control how the difference between actual and target values should be displayed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
public DeltaOptions DeltaOptions { get; }
#Property Value
Type | Description |
---|---|
Delta |
A Delta |
#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