DashboardDesigner.PerformDrillDownAsync Method
Name | Parameters | Description |
---|---|---|
PerformDrillDownAsync(String, DashboardDataRow) | dashboardItemName, value | Performs a drill-down for the required element asynchronously. |
PerformDrillDownAsync(String, DashboardDataRow, CancellationToken) | dashboardItemName, value, 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, AxisPointTuple, CancellationToken) | dashboardItemName, tuple, token | Performs a drill-down for the required element asynchronously. |
PerformDrillDownAsync(String, Object) | dashboardItemName, value | Performs a drill-down for the required element by its value, asynchronously. |
PerformDrillDownAsync(String, Object, CancellationToken) | dashboardItemName, value, token | Performs a drill-down for the required element by its value, asynchronously. |
Feedback