Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetSlice(ASPxClientDashboardItemDataAxisPoint) Method

Gets the slice of the current ASPxClientDashboardItemData object by the specified axis point.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public ASPxClientDashboardItemData GetSlice(
    ASPxClientDashboardItemDataAxisPoint axisPoint
)

Parameters

Name Type Description
axisPoint ASPxClientDashboardItemDataAxisPoint

An ASPxClientDashboardItemDataAxisPoint object that is the data point in a multidimensional space.

Returns

Type Description
ASPxClientDashboardItemData

A ASPxClientDashboardItemData object that is the slice of the current ASPxClientDashboardItemData object by the specified axis point.

See Also