Skip to main content
A newer version of this page is available. .

ItemDataAxis Interface

An axis that contains data points corresponding to the specified value hierarchy.

Declaration

export interface ItemDataAxis

Methods

getDimensions Method

Declaration

getDimensions(): Array<ItemDataDimension>

Returns

Type
Array<ItemDataDimension>

getPointByUniqueValues(values) Method

Declaration

getPointByUniqueValues(
    values: Array<PrimitiveType>
): ItemDataAxisPoint

Parameters

Name Type
values Array<PrimitiveType>

Returns

Type
ItemDataAxisPoint

getPoints Method

Declaration

getPoints(): Array<ItemDataAxisPoint>

Returns

Type
Array<ItemDataAxisPoint>

getPointsByDimension(dimensionId) Method

Declaration

getPointsByDimension(
    dimensionId: string
): Array<ItemDataAxisPoint>

Parameters

Name Type
dimensionId string

Returns

Type
Array<ItemDataAxisPoint>

getRootPoint Method

Declaration

getRootPoint(): ItemDataAxisPoint

Returns

Type
ItemDataAxisPoint