Skip to main content

IDashboardControl.PerformDrillDownAsync Method

Name Parameters Description
PerformDrillDownAsync(String, DashboardDataRow, CancellationToken) dashboardItemName, value, token Performs a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, DashboardDataRow) dashboardItemName, value Performs a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, AxisPointTuple, CancellationToken) dashboardItemName, tuple, token Performs a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, AxisPointTuple) dashboardItemName, tuple Performs a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, Object, CancellationToken) dashboardItemName, value, token Performs a drill-down for the required element asynchronously.
PerformDrillDownAsync(String, Object) dashboardItemName, value Performs a drill-down for the required element asynchronously.