RequestUnderlyingDataParameters Interface
Contains parameters used to obtain the underlying data for the dashboard item.
#Declaration
TypeScript
export interface RequestUnderlyingDataParameters
#Properties
#axisPoints Property
Specifies axis points used to obtain the underlying data.
#Declaration
TypeScript
axisPoints?: Array<ItemDataAxisPoint>
#Property Value
Type | Description |
---|---|
Item |
An array of Item |
#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
TypeScript
dataMembers?: Array<string>
#Property Value
Type | Description |
---|---|
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
TypeScript
uniqueValuesByAxisName?: AxisValuesDictionary
#Property Value
Type | Description |
---|---|
Axis |
The unique dimension value. |
See Also
#valuesByAxisName Property
Specifies the dimension value used to obtain the underlying data.
#Declaration
TypeScript
valuesByAxisName?: AxisValuesDictionary
#Property Value
Type | Description |
---|---|
Axis |
The dimension value. |
See Also