IMouseApiProvider.GetUnderlyingData(IList<AxisPoint>, IList<String>) Method
Returns underlying data for the specified dashboard item by the specified dimension values.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
DashboardUnderlyingDataSet GetUnderlyingData(
IList<AxisPoint> targetValues,
IList<string> dataMembers
)
Parameters
Name | Type | Description |
---|---|---|
targetValues | IList<AxisPoint> | A list of AxisPoint objects that specify data points in a multidimensional space. |
dataMembers | IList<String> | A list of String values that specify data member identifiers used to obtain underlying data. |
Returns
Type | Description |
---|---|
DashboardUnderlyingDataSet | A DashboardUnderlyingDataSet object that is a list of records from the dashboard data source. |
See Also