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.
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.
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. |
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. |