Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.GetSlice(ASPxClientDashboardItemDataAxisPointTuple) Method

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

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemData GetSlice(
    ASPxClientDashboardItemDataAxisPointTuple tuple
)

Parameters

Name Type Description
tuple ASPxClientDashboardItemDataAxisPointTuple

A ASPxClientDashboardItemDataAxisPointTuple object that is a tuple of axis points.

Returns

Type Description
ASPxClientDashboardItemData

An ASPxClientDashboardItemData object that is the slice of the current client data object by the specified axis point tuple.

See Also