Skip to main content
A newer version of this page is available. .

MultiDimensionalData.GetSlice(String, Object[]) Method

Gets the slice of the current MultiDimensionalData object.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public MultiDimensionalData GetSlice(
    string axisName,
    object[] values
)

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