Back to Devexpress

DashboardControl.PerformDrillDown(String, AxisPointTuple) Method

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-dot-performdrilldown-x28-system-dot-string-devexpress-dot-dashboardcommon-dot-viewerdata-dot-axispointtuple-x29.md

latest1.8 KB
Original Source

DashboardControl.PerformDrillDown(String, AxisPointTuple) Method

Performs a drill-down for the required element.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public void PerformDrillDown(
    string dashboardItemName,
    AxisPointTuple tuple
)
vb
Public Sub PerformDrillDown(
    dashboardItemName As String,
    tuple As AxisPointTuple
)

Parameters

NameTypeDescription
dashboardItemNameString

A String that specifies the component name of the dashboard item.

| | tuple | AxisPointTuple |

An AxisPointTuple object representing a set of axis points.

|

See Also

PerformDrillUp(String)

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace