Skip to main content
All docs
V18.2

ASPxClientDashboardItemDataAxisPointTuple Class

Represents a tuple of axis points.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public class ASPxClientDashboardItemDataAxisPointTuple

Remarks

A ASPxClientDashboardItemDataAxisPointTuple object uniquely identifies a section in a ASPxClientDashboardItemData object by defining a set of axis points from different data axes (the ASPxClientDashboardItemDataAxis class).

This set does not have to include axis points from all of the axes in a ASPxClientDashboardItemData object.

To obtain the axis point belonging to the specified axis, pass the name of the required axis to the ASPxClientDashboardItemDataAxisPointTuple.GetAxisPoint method.

Inheritance

Object
ASPxClientDashboardItemDataAxisPointTuple
See Also