DashboardItemMouseActionWpfEventArgs.GetSlice(String) Method
In This Article
Returns the data slice for the specified axis by the AxisPoint related to the visual element located under the test point.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public MultiDimensionalData GetSlice(
string axisName
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
String | A string that is the standard data axis name. |
#Returns
Type | Description |
---|---|
Multi |
A Multi |
#Remarks
The GetSlice method returns a MultiDimensionalData object that is the data slice by the AxisPoint located at the specified axis.
The following code returns the the data slice displayed in the picture below as the highlighted row at the Chang AxisPoint.
See Also