Skip to main content

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(): DevExpress.Dashboard.Data.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(): DevExpress.Dashboard.Data.PrimitiveType

Returns

Type Description
PrimitiveType

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