DashboardItemMouseActionWpfEventArgs.GetUnderlyingData(String, IList<String>) Method
In This Article
Returns underlying data related to the visual element located under the test point.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
#Declaration
public DashboardUnderlyingDataSet GetUnderlyingData(
string axisName,
IList<string> dataMembers
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
String | A string value that is the name of the data axis whose dimension values are used to obtain underlying data. |
data |
IList<String> | A list of String values that specifies data members used to obtain underlying data. |
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
See Also