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

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.

Properties

AxisPoints Property

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

Declaration

AxisPoints: ASPxClientDashboardItemDataAxisPoint[]

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

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.

See Also

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.

See Also