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

ItemDataDimensionValue Interface

Provides dimension values at the specified axis point.

Declaration

export interface ItemDataDimensionValue

Methods

getDisplayText Method

Specifies the display text for the current dimension value.

Declaration

getDisplayText(): string

Returns

Type Description
string

A string value that is the display text for the current dimension value.

getUniqueValue Method

Specifies the unique value for the current dimension value.

Declaration

getUniqueValue(): PrimitiveType

Returns

Type Description
PrimitiveType

A string value that is the unique value for the current dimension value.

getValue Method

Specifies the current dimension value.

Declaration

getValue(): PrimitiveType

Returns

Type Description
PrimitiveType

A PrimitiveType‘s value that is the current dimension value.