Skip to main content
All docs
V18.2

ASPxClientDashboard.GetCurrentDrillDownValues(String) Method

Returns the axis point tuple identifying the current drill-down state.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple GetCurrentDrillDownValues(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple

An ASPxClientDashboardItemDataAxisPointTuple object representing a set of axis points.

See Also