Skip to main content
All docs
V24.2

ASPxClientDashboardItemRequestUnderlyingDataParameters Class

Contains parameters used to obtain the underlying data for the dashboard item.

#Declaration

TypeScript
declare class ASPxClientDashboardItemRequestUnderlyingDataParameters

#Remarks

You can pass the ASPxClientDashboardItemRequestUnderlyingDataParameters object to the ASPxClientDashboard.RequestUnderlyingData method.

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

#AxisPoints Property

Gets or sets axis points used to obtain the underlying data.

#Declaration

TypeScript

#Property Value

Type Description
ASPxClientDashboardItemDataAxisPoint[]

An array of ASPxClientDashboardItemDataAxisPoint objects that represent axis points.

#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

TypeScript
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

TypeScript
UniqueValuesByAxisName: any

#Property Value

Type Description
any

The unique dimension value.

See Also

#ValuesByAxisName Property

Gets or sets the dimension value used to obtain the underlying data.

#Declaration

TypeScript
ValuesByAxisName: any

#Property Value

Type Description
any

The dimension value.

See Also