MultiDimensionalData.GetSlice(AxisPointTuple) Method
Gets the slice of the current MultiDimensionalData object by the specified axis point tuple.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| tuple | AxisPointTuple | A AxisPointTuple object that is a tuple of axis points. |
Returns
| Type | Description |
|---|---|
| MultiDimensionalData | A MultiDimensionalData object that is the slice of the current MultiDimensionalData object by the specified axis point tuple. |
See Also