ASPxClientDashboardItemDataDeltaValue Class
Provides delta element values.
#Declaration
declare class ASPxClientDashboardItemDataDeltaValue
#Remarks
The ASPxClientDashboardItemDataDeltaValue class provides access to different values for delta elements.
- the ASPxClientDashboardItemDataDeltaValue.GetActualValue and ASPxClientDashboardItemDataDeltaValue.GetTargetValue methods provide access to the actual and target values for the current delta element;
- the ASPxClientDashboardItemDataDeltaValue.GetIsGood method returns the value specifying the condition for displaying the delta indication;
- the ASPxClientDashboardItemDataDeltaValue.GetIndicatorType method returns the type of delta indicator;
- the ASPxClientDashboardItemDataDeltaValue.GetAbsoluteVariation, ASPxClientDashboardItemDataDeltaValue.GetPercentVariation and ASPxClientDashboardItemDataDeltaValue.GetPercentOfTarget methods return values that can be displayed in the delta element.
- the ASPxClientDashboardItemDataDeltaValue.GetDisplayValue, ASPxClientDashboardItemDataDeltaValue.GetDisplaySubValue1 and ASPxClientDashboardItemDataDeltaValue.GetDisplaySubValue2 methods return values actually displayed in the delta element.
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Methods
#GetAbsoluteVariation Method
Provides access to the absolute difference between the actual and target values.
#Declaration
GetAbsoluteVariation(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#GetActualValue Method
Provides access to the actual value displayed within the delta element.
#Declaration
GetActualValue(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#GetDisplaySubValue1 Method
Provides access to the first additional delta value.
#Declaration
GetDisplaySubValue1(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
#GetDisplaySubValue2 Method
Provides access to the second additional delta value.
#Declaration
GetDisplaySubValue2(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
#GetDisplayValue Method
Provides access to the main delta value.
#Declaration
GetDisplayValue(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
#GetIndicatorType Method
Gets the type of delta indicator.
#Declaration
GetIndicatorType(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#GetIsGood Method
Gets the value specifying the condition for displaying the delta indication.
#Declaration
GetIsGood(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#GetPercentOfTarget Method
Provides access to the percentage of the actual value in the target value.
#Declaration
GetPercentOfTarget(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#GetPercentVariation Method
Provides access to the percent of variation between the actual and target values.
#Declaration
GetPercentVariation(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#GetTargetValue Method
Provides access to the target value.
#Declaration
GetTargetValue(): ASPxClientDashboardItemDataMeasureValue
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |