Skip to main content
A newer version of this page is available. .

ASPxClientDashboardViewer.GetAvailableDrillDownValues(String) Method

Returns axis point tuples identifying elements that can be used to perform drill-down in the specified dashboard item.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple[] GetAvailableDrillDownValues(
    string itemName
)

Parameters

Name Type Description
itemName String

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

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple[]

An array of ASPxClientDashboardItemDataAxisPointTuple objects identifying elements that can be used to perform drill-down in the specified dashboard item.

See Also