Skip to main content
All docs
V18.2

ASPxClientDashboardItemClickEventArgs.GetAxisPoint(String) Method

Returns the axis point corresponding to the clicked visual element.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPoint GetAxisPoint(
    string axisName
)

Parameters

Name Type Description
axisName String

A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis.

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint

An ASPxClientDashboardItemDataAxisPoint object that is the axis point.

See Also