Skip to main content
A newer version of this page is available.
All docs
V19.2

ASPxClientDashboardItemDataDeltaValue Class

Provides delta element values.

Declaration

declare class ASPxClientDashboardItemDataDeltaValue

Remarks

The ASPxClientDashboardItemDataDeltaValue class provides access to different values for delta elements.

See Also

Methods

GetAbsoluteVariation Method

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

Declaration

GetAbsoluteVariation(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also

GetActualValue Method

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

Declaration

GetActualValue(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also

GetDisplaySubValue1 Method

Provides access to the first additional delta value.

Declaration

GetDisplaySubValue1(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

Remarks

Delta_Card

See Also

GetDisplaySubValue2 Method

Provides access to the second additional delta value.

Declaration

GetDisplaySubValue2(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

Remarks

Delta_Card

See Also

GetDisplayValue Method

Provides access to the main delta value.

Declaration

GetDisplayValue(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

Remarks

Delta_Card

See Also

GetIndicatorType Method

Gets the type of delta indicator.

Declaration

GetIndicatorType(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

A ASPxClientDashboardItemDataMeasureValue object that is the type of delta indicator.

See Also

GetIsGood Method

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

Declaration

GetIsGood(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also

GetPercentOfTarget Method

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

Declaration

GetPercentOfTarget(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also

GetPercentVariation Method

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

Declaration

GetPercentVariation(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also

GetTargetValue Method

Provides access to the target value.

Declaration

GetTargetValue(): ASPxClientDashboardItemDataMeasureValue

Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also