Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataDeltaValue Methods

Provides delta element values.
Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAbsoluteVariation() Provides access to the absolute difference between the actual and target values.
GetActualValue() Provides access to the actual value displayed within the delta element.
GetDisplaySubValue1() Provides access to the first additional delta value.
GetDisplaySubValue2() Provides access to the second additional delta value.
GetDisplayValue() Provides access to the main delta value.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetIndicatorType() Gets the type of delta indicator.
GetIsGood() Gets the value specifying the condition for displaying the delta indication.
GetPercentOfTarget() Provides access to the percentage of the actual value in the target value.
GetPercentVariation() Provides access to the percent of variation between the actual and target values.
GetTargetValue() Provides access to the target value.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also