Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxClientDashboardItemDataAxisPointTuple Class

Represents a tuple of axis points.

Declaration

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.

See Also

Methods

GetAxisPoint Method

Returns the axis point belonging to the default data axis.

Declaration

GetAxisPoint(
    axisName?: string
): ASPxClientDashboardItemDataAxisPoint

Parameters

Name Type
axisName string

Returns

Type Description
ASPxClientDashboardItemDataAxisPoint

An ASPxClientDashboardItemDataAxisPoint object that is the axis point.