Skip to main content
All docs
V24.2

ASPxClientDashboardItemDataDeltaValue Class

Provides delta element values.

#Declaration

TypeScript
declare class ASPxClientDashboardItemDataDeltaValue

#Remarks

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

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

See Also

#Methods

#GetAbsoluteVariation Method

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

#Declaration

TypeScript

#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

TypeScript

#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

TypeScript

#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

TypeScript

#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

TypeScript

#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

TypeScript

#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

#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

TypeScript

#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

TypeScript

#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

TypeScript

#Returns

Type Description
ASPxClientDashboardItemDataMeasureValue

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

See Also