Skip to main content

ItemDataDimensionValue Interface

Provides dimension values at the specified axis point.

#Declaration

TypeScript
export interface ItemDataDimensionValue

#Methods

#getDisplayText Method

Specifies the display text for the current dimension value.

#Declaration

TypeScript
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

TypeScript
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

TypeScript
getValue(): DevExpress.Dashboard.Data.PrimitiveType

#Returns

Type Description
PrimitiveType

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