Back to Devexpress

ItemDataDeltaValue Interface

dashboard-js-devexpress-dot-dashboard-dot-data-b208811e.md

latest4.6 KB
Original Source

ItemDataDeltaValue Interface

Provides delta element values.

Declaration

ts
export interface ItemDataDeltaValue

Methods

getAbsoluteVariation Method

Provides access to the absolute difference between the actual and target values.

Declaration

ts
getAbsoluteVariation(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|

getActualValue Method

Provides access to the actual value displayed within the delta element.

Declaration

ts
getActualValue(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|

getDisplaySubValue1 Method

Provides access to the first additional delta value.

Declaration

ts
getDisplaySubValue1(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|

getDisplaySubValue2 Method

Provides access to the second additional delta value.

Declaration

ts
getDisplaySubValue2(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|

getDisplayValue Method

Provides access to the main delta value.

Declaration

ts
getDisplayValue(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|

getIndicatorType Method

Gets the type of delta indicator.

Declaration

ts
getIndicatorType(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that is the type of delta indicator.

|

getIsGood Method

Gets the value specifying the condition for displaying the delta indication.

Declaration

ts
getIsGood(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

A ItemDataMeasureValue object that is the value specifying the condition for displaying the delta indication.

|

getPercentOfTarget Method

Provides access to the percentage of the actual value in the target value.

Declaration

ts
getPercentOfTarget(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

A ItemDataMeasureValue object that contains the measure value and display text.

|

getPercentVariation Method

Provides access to the percent of variation between the actual and target values.

Declaration

ts
getPercentVariation(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|

getTargetValue Method

Provides access to the target value.

Declaration

ts
getTargetValue(): ItemDataMeasureValue

Returns

TypeDescription
ItemDataMeasureValue

An ItemDataMeasureValue object that contains the measure value and display text.

|