DashboardItemMouseHitTestEventArgs.GetSlice(String) Method
In This Article
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.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public MultiDimensionalData GetSlice(
string axisName
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
String | A string value listed in the Dashboard |
#Returns
Type | Description |
---|---|
Multi |
A Multi |
See Also