Skip to main content
All docs
V24.2

ASPxClientDashboardItemDataAxisPointTuple Class

Represents a tuple of axis points.

#Declaration

TypeScript
declare 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.

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

See Also

#Methods

#GetAxisPoint Method

Returns the axis point belonging to the default data axis.

#Declaration

TypeScript
GetAxisPoint(
    axisName?: string
): ASPxClientDashboardItemDataAxisPoint

#Parameters

Name Type
axisName string

#Returns

Type Description
ASPxClientDashboardItemDataAxisPoint

An ASPxClientDashboardItemDataAxisPoint object that is the axis point.