MultiDimensionalData.GetSlice(AxisPointTuple) Method
In This Article
Gets the slice of the current MultiDimensionalData object by the specified axis point tuple.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public MultiDimensionalData GetSlice(
AxisPointTuple tuple
)
#Parameters
Name | Type | Description |
---|---|---|
tuple | Axis |
A Axis |
#Returns
Type | Description |
---|---|
Multi |
A Multi |
See Also