IMouseApiProvider.GetUnderlyingData(IList<AxisPoint>, IList<String>) Method
In This Article
Returns underlying data for the specified dashboard item by the specified dimension values.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
DashboardUnderlyingDataSet GetUnderlyingData(
IList<AxisPoint> targetValues,
IList<string> dataMembers
)
#Parameters
Name | Type | Description |
---|---|---|
target |
IList<Axis |
A list of Axis |
data |
IList<String> | A list of String values that specify data member identifiers used to obtain underlying data. |
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also