DashboardDesigner.PerformDrillDown(String, AxisPointTuple) Method
In This Article
Performs a drill-down for the required element.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
#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 |
#Implements
See Also