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

DashboardItemMouseActionWpfEventArgs.GetAxisPoint() Method

Obtains the AxisPoint object located at the top priority axis and related to the visual element under the test point.

Namespace: DevExpress.DashboardWpf

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

Declaration

public AxisPoint GetAxisPoint()

Returns

Type Description
AxisPoint

An AxisPoint object that is the axis point in the multidimensional data concept.

Remarks

The axis priority for this method is in the following order:

Default > Argument > Column

When a pivot cell in the PivotDashboardItem is clicked, the method returns the AxisPoint highlighted in the image below:

The retuned AxisPoint is the second level (the highest level, the path is 1997 -> Q1) data point located at the most priority axis - the Column axis.

See Also