Skip to main content
All docs
V25.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.

    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

    GetAxisPoint(
        axisName?: string
    ): ASPxClientDashboardItemDataAxisPoint

    Parameters

    Name Type
    axisName string

    Returns

    Type Description
    ASPxClientDashboardItemDataAxisPoint

    An ASPxClientDashboardItemDataAxisPoint object that is the axis point.