dashboard-js-devexpress-dot-dashboard-dot-data-b208811e.md
Provides delta element values.
export interface ItemDataDeltaValue
Provides access to the absolute difference between the actual and target values.
getAbsoluteVariation(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|
Provides access to the actual value displayed within the delta element.
getActualValue(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|
Provides access to the first additional delta value.
getDisplaySubValue1(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|
Provides access to the second additional delta value.
getDisplaySubValue2(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|
Provides access to the main delta value.
getDisplayValue(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|
Gets the type of delta indicator.
getIndicatorType(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that is the type of delta indicator.
|
Gets the value specifying the condition for displaying the delta indication.
getIsGood(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
A ItemDataMeasureValue object that is the value specifying the condition for displaying the delta indication.
|
Provides access to the percentage of the actual value in the target value.
getPercentOfTarget(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
A ItemDataMeasureValue object that contains the measure value and display text.
|
Provides access to the percent of variation between the actual and target values.
getPercentVariation(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|
Provides access to the target value.
getTargetValue(): ItemDataMeasureValue
| Type | Description |
|---|---|
| ItemDataMeasureValue |
An ItemDataMeasureValue object that contains the measure value and display text.
|