Skip to main content

DashboardItemMouseActionWpfEventArgs.GetUnderlyingData(String) Method

Returns underlying data related to the visual element located under the test point.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v23.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public DashboardUnderlyingDataSet GetUnderlyingData(
    string axisName
)

Parameters

Name Type Description
axisName String

A string value that is the name of the data axis whose dimension values are 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