Skip to main content
All docs
V24.2

ASPxClientDashboardItemDataDelta Class

Contains the delta metadata.

#Declaration

TypeScript
declare class ASPxClientDashboardItemDataDelta

#Remarks

Use the ASPxClientDashboardItemDataDelta.ActualMeasureId and ASPxClientDashboardItemDataDelta.TargetMeasureId properties to obtain the identifiers for measures that provide actual and target values, respectively.

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

#Properties

#ActualMeasureId Property

Gets the identifier for the measure that provides actual values.

#Declaration

TypeScript
ActualMeasureId: string

#Property Value

Type Description
string

A string value that is the measure identifier.

See Also

#Id Property

Gets the data item identifier.

#Declaration

TypeScript
Id: string

#Property Value

Type Description
string

A string that is the data item identifier.

#Name Property

Gets the name of the data item container.

#Declaration

TypeScript
Name: string

#Property Value

Type Description
string

A string value that is the name of the data item container.

#TargetMeasureId Property

Gets the identifier for the measure that provides target values.

#Declaration

TypeScript
TargetMeasureId: string

#Property Value

Type Description
string

A string value that is the measure identifier.

See Also