Back to Devexpress

DashboardControl.GetUnderlyingData Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-getunderlyingdata.md

latest2.0 KB
Original Source

DashboardControl.GetUnderlyingData Method

NameParametersDescription
GetUnderlyingData(String, IList<AxisPoint>, IList<String>)dashboardItemName, targetValues, dataMembersReturns underlying data for the specified dashboard item by the specified axis points.
GetUnderlyingData(String, IList<AxisPoint>)dashboardItemName, targetValuesReturns underlying data for the specified dashboard item by the specified axis points.
GetUnderlyingData(String, IList<UnderlyingDataTargetValue>, IList<String>)dashboardItemName, targetValues, dataMembersReturns underlying data for the specified dashboard item by the specified dimension values.
GetUnderlyingData(String, IList<UnderlyingDataTargetValue>)dashboardItemName, targetValuesReturns underlying data for the specified dashboard item by the specified dimension values.
GetUnderlyingData(String, IList<String>)dashboardItemName, dataMembersReturns underlying data for the specified dashboard item by the specified data members.
GetUnderlyingData(String)dashboardItemNameReturns underlying data for the specified dashboard item.