Skip to main content
All docs
V18.2

ASPxClientDashboardItemVisualInteractivityEventArgs.SetTargetAxes(String[]) Method

Sets data axes used to perform custom interactivity actions.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetTargetAxes(
    string[] targetAxes
)

Parameters

Name Type Description
targetAxes String[]

An array of String objects that specify names of data axes.

See Also