DashboardItemMouseHitTestEventArgs.GetSlice(String) 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.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
Name | Type | Description |
---|---|---|
axisName | String | A string value listed in the DashboardDataAxisNames class that specifies the name of the data axis. |
Returns
Type | Description |
---|---|
MultiDimensionalData | A MultiDimensionalData that represents the slice of client data. |
See Also