ItemDataAxisPointTuple Interface
In This Article
Represents a tuple of axis points.
#Declaration
TypeScript
export interface ItemDataAxisPointTuple
#Remarks
An ItemDataAxisPointTuple object uniquely identifies a section in an ItemData object by defining a set of axis points from different data axes (the ItemDataAxis class).
This set does not have to include axis points from all of the axes in an ItemData object.
To obtain the axis point belonging to the specified axis, pass the name of the required axis to the getAxisPoint method.
#Methods
#getAxisPoint Method
Returns the axis point belonging to the specified data axis.
#Declaration
TypeScript
getAxisPoint(
axisName?: ItemDataAxisName
): ItemDataAxisPoint
#Parameters
Name | Type | Description |
---|---|---|
axis |
Item |
An Item |
#Returns
Type | Description |
---|---|
Item |
An Item |