MultiDimensionalData.GetSlice(String, Object[]) Method
Gets the slice of the current MultiDimensionalData object.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| axisName | String | A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis. |
| values | Object[] | A hierarchy of values belonging to the specified data axis. |
Returns
| Type | Description |
|---|---|
| MultiDimensionalData | A MultiDimensionalData object that is the slice of the current MultiDimensionalData object. |
See Also