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

DashboardItemMouseHitTestEventArgs.GetSlice() Method

Returns the slice of client data by 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 MultiDimensionalData GetSlice()

Returns

Type Description
MultiDimensionalData

A MultiDimensionalData that represents the slice of client data.

See Also