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

ASPxClientDashboardItemDataDelta Class

Contains the delta metadata.

Declaration

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.

See Also

Properties

ActualMeasureId Property

Gets the identifier for the measure that provides actual values.

Declaration

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

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

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

TargetMeasureId: string

Property Value

Type Description
string

A string value that is the measure identifier.

See Also