DeltaValue Members
Contains delta element values.Properties
Name | Description |
---|---|
AbsoluteVariation | Provides access to the absolute variation between actual and target values. |
ActualValue | Provides access to the actual value displayed within the delta element. |
DisplaySubValue1 | Provides access to the first additional value. |
DisplaySubValue2 | Provides access to the second additional value. |
DisplayValue | Provides access to the main delta value. |
IndicatorType | Gets the type of delta indicator. |
IsGood | Gets the value specifying the condition for displaying the delta indication. |
PercentOfTarget | Provides access to the percentage of the actual value in the target value. |
PercentVariation | Provides access to the percent variation between actual and target values. |
TargetValue | Provides access to the target value. |
Methods
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. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
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