DeltaValue Class
Contains delta element values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The DeltaValue class provides access to different values for delta elements.
- the DeltaValue.ActualValue and DeltaValue.TargetValue properties provide access to actual and target values for the current delta element;
- the DeltaValue.IsGood property returns the value specifying the condition for displaying the delta indication;
- the DeltaValue.IndicatorType property returns the type of delta indicator;
- the DeltaValue.AbsoluteVariation, DeltaValue.PercentVariation and DeltaValue.PercentOfTarget properties return values that can be displayed in the delta element.
- the DeltaValue.DisplayValue, DeltaValue.DisplaySubValue1 and DeltaValue.DisplaySubValue2 properties return values actually displayed in the delta element.
Inheritance
Object
DeltaValue
See Also