Skip to main content

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.v23.2.Wpf.dll

NuGet Package: DevExpress.Wpf.Dashboard

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetAxisPoint() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also