ItemDataDeltaValue Interface
Provides delta element values.
#Declaration
export interface ItemDataDeltaValue
#Methods
#getAbsoluteVariation Method
Provides access to the absolute difference between the actual and target values.
#Declaration
getAbsoluteVariation(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getActualValue Method
Provides access to the actual value displayed within the delta element.
#Declaration
getActualValue(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getDisplaySubValue1 Method
Provides access to the first additional delta value.
#Declaration
getDisplaySubValue1(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getDisplaySubValue2 Method
Provides access to the second additional delta value.
#Declaration
getDisplaySubValue2(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getDisplayValue Method
Provides access to the main delta value.
#Declaration
getDisplayValue(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getIndicatorType Method
Gets the type of delta indicator.
#Declaration
getIndicatorType(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getIsGood Method
Gets the value specifying the condition for displaying the delta indication.
#Declaration
getIsGood(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
A Item |
#getPercentOfTarget Method
Provides access to the percentage of the actual value in the target value.
#Declaration
getPercentOfTarget(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
A Item |
#getPercentVariation Method
Provides access to the percent of variation between the actual and target values.
#Declaration
getPercentVariation(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |
#getTargetValue Method
Provides access to the target value.
#Declaration
getTargetValue(): ItemDataMeasureValue
#Returns
Type | Description |
---|---|
Item |
An Item |