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 ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#Methods
#GetAxisPoint Method
Returns the axis point belonging to the default data axis.
#Declaration
GetAxisPoint(
axisName?: string
): ASPxClientDashboardItemDataAxisPoint
#Parameters
Name | Type |
---|---|
axis |
string |
#Returns
Type | Description |
---|---|
ASPx |
An ASPx |