dashboard-js-devexpress-dot-dashboard-dot-data-03aa3674.md
Contains parameters used to obtain the underlying data for the dashboard item.
export interface RequestUnderlyingDataParameters
Specifies axis points used to obtain the underlying data.
axisPoints?: Array<ItemDataAxisPoint>
| Type | Description |
|---|---|
| ItemDataAxisPoint[] |
An array of ItemDataAxisPoint objects that represent axis points.
|
Note that the axisPoints property should accept points from different data axes.
Specifies an array of data member identifiers used to obtain underlying data.
dataMembers?: Array<string>
| Type | Description |
|---|---|
| string[] |
An array of string values that specify data member identifiers.
|
Specifies the unique dimension value used to obtain the underlying data.
uniqueValuesByAxisName?: AxisValuesDictionary
| Type | Description |
|---|---|
| AxisValuesDictionary |
The unique dimension value.
|
See Also
Specifies the dimension value used to obtain the underlying data.
valuesByAxisName?: AxisValuesDictionary
| Type | Description |
|---|---|
| AxisValuesDictionary |
The dimension value.
|
See Also