Skip to main content
All docs
V25.1
  • ASPxClientDashboardItemDataDeltaValue Class

    Provides delta element values.

    Declaration

    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

    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