Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.GetTargetAxes() Method

Gets data axes used to perform custom interactivity actions.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string[] GetTargetAxes()

Returns

Type Description
String[]

An array of String objects that are the names of data axes.

See Also