Skip to main content
All docs
V18.2

ASPxClientDashboard.PerformDrillDown(String, ASPxClientDashboardItemDataAxisPointTuple) Method

Performs a drill-down into the required element.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void PerformDrillDown(
    string itemName,
    ASPxClientDashboardItemDataAxisPointTuple axisPointTuple
)

Parameters

Name Type Description
itemName String

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

axisPointTuple ASPxClientDashboardItemDataAxisPointTuple

A ASPxClientDashboardItemDataAxisPointTuple object representing a set of axis points.

See Also