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

DashboardItemMouseHitTestEventArgs.GetAxisPoint(String) Method

Returns the axis point corresponding to the visual element located under the test point.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public AxisPoint 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
AxisPoint

An AxisPoint object that is the axis point.

See Also