Skip to main content
All docs
V23.2

ICustomItemInteractivityProvider.PerformDrillDown(AxisPoint) Method

Drills down the required element.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

void PerformDrillDown(
    AxisPoint axisPoint
)

Parameters

Name Type Description
axisPoint AxisPoint

A set of axis points.

See Also