Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public MultiDimensionalData GetSlice(
    AxisPointTuple tuple
)

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