ASPxClientDashboardItemRequestUnderlyingDataParameters Class
Contains parameters used to obtain the underlying data for the dashboard item.
#Declaration
declare class ASPxClientDashboardItemRequestUnderlyingDataParameters
#Remarks
You can pass the ASPxClientDashboardItemRequestUnderlyingDataParameters object to the ASPxClientDashboard.RequestUnderlyingData method.
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.
#Properties
#AxisPoints Property
Gets or sets axis points used to obtain the underlying data.
#Declaration
AxisPoints: ASPxClientDashboardItemDataAxisPoint[]
#Property Value
Type | Description |
---|---|
ASPx |
An array of ASPx |
#Remarks
Note that the AxisPoints property should accept points from different data axes.
#DataMembers Property
Gets or sets an array of data member identifiers used to obtain underlying data.
#Declaration
DataMembers: string[]
#Property Value
Type | Description |
---|---|
string[] | An array of string values that specify data member identifiers. |
#UniqueValuesByAxisName Property
Gets or sets the unique dimension value used to obtain the underlying data.
#Declaration
UniqueValuesByAxisName: any
#Property Value
Type | Description |
---|---|
any | The unique dimension value. |
#ValuesByAxisName Property
Gets or sets the dimension value used to obtain the underlying data.
#Declaration
ValuesByAxisName: any
#Property Value
Type | Description |
---|---|
any | The dimension value. |