Skip to main content
All docs
V24.1

ICustomItemInteractivityProvider.PerformDrillDown(AxisPoint) Method

Drills down the required element.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v24.1.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