KpiElement.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.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DeltaOptions DeltaOptions { get; }
#Property Value
Type | Description |
---|---|
Delta |
A Delta |
#Remarks
Cards and gauges allow you to display the difference between two measures (actual and target). This difference can be stated via a numeric value displayed within the delta element and an additional indication.
The DeltaOptions property provides access to options that specify which delta value and indication should be displayed.
To learn more, see DeltaOptions.