DeltaValue Class
Contains delta element values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v21.2.Core.dll
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the DeltaValue class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.