MultiDimensionalData.GetSlice(String, Object[]) Method
In This Article
Gets the slice of the current MultiDimensionalData object.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public MultiDimensionalData GetSlice(
string axisName,
object[] values
)
#Parameters
Name | Type | Description |
---|---|---|
axis |
String | A string value returned by the Dashboard |
values | Object[] | A hierarchy of values belonging to the specified data axis. |
#Returns
Type | Description |
---|---|
Multi |
A Multi |
See Also