DashboardControl.PerformDrillDown(String, AxisPointTuple) Method
In This Article
Performs a drill-down for the required element.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public void PerformDrillDown(
string dashboardItemName,
AxisPointTuple tuple
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
String | A String that specifies the component name of the dashboard item. |
tuple | Axis |
An Axis |
See Also