Back to Devexpress

RequestUnderlyingDataParameters Interface

dashboard-js-devexpress-dot-dashboard-dot-data-03aa3674.md

latest2.2 KB
Original Source

RequestUnderlyingDataParameters Interface

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

Declaration

ts
export interface RequestUnderlyingDataParameters

Properties

axisPoints Property

Specifies axis points used to obtain the underlying data.

Declaration

ts
axisPoints?: Array<ItemDataAxisPoint>

Property Value

TypeDescription
ItemDataAxisPoint[]

An array of ItemDataAxisPoint objects that represent axis points.

|

Remarks

Note that the axisPoints property should accept points from different data axes.

dataMembers Property

Specifies an array of data member identifiers used to obtain underlying data.

Declaration

ts
dataMembers?: Array<string>

Property Value

TypeDescription
string[]

An array of string values that specify data member identifiers.

|

uniqueValuesByAxisName Property

Specifies the unique dimension value used to obtain the underlying data.

Declaration

ts
uniqueValuesByAxisName?: AxisValuesDictionary

Property Value

TypeDescription
AxisValuesDictionary

The unique dimension value.

|

See Also

valuesByAxisName

valuesByAxisName Property

Specifies the dimension value used to obtain the underlying data.

Declaration

ts
valuesByAxisName?: AxisValuesDictionary

Property Value

TypeDescription
AxisValuesDictionary

The dimension value.

|

See Also

uniqueValuesByAxisName