Skip to main content
All docs
V18.2

ASPxClientDashboardItemData.CreateTuple(ASPxClientDashboardItemDataAxisPoint[]) Method

Creates a tuple based on the specified axis points.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public ASPxClientDashboardItemDataAxisPointTuple CreateTuple(
    ASPxClientDashboardItemDataAxisPoint[] axisPoints
)

Parameters

Name Type Description
axisPoints ASPxClientDashboardItemDataAxisPoint[]

An array of ASPxClientDashboardItemDataAxisPoint objects that specify axis points belonging to different data axes.

Returns

Type Description
ASPxClientDashboardItemDataAxisPointTuple

An ASPxClientDashboardItemDataAxisPointTuple object representing an axis point tuple.

See Also