Skip to main content

ItemDataMeasureValue Interface

Provides the measure value and display text.

#Declaration

TypeScript
export interface ItemDataMeasureValue

#Remarks

Use the ItemDataMeasureValue.getValue and ItemDataMeasureValue.getDisplayText methods to obtain the measure value and display text, respectively.

See Also

#Methods

#getDisplayText Method

Gets the measure display text.

#Declaration

TypeScript
getDisplayText(): string

#Returns

Type Description
string

A string that is the measure display text.

See Also

#getValue Method

Gets the measure value.

#Declaration

TypeScript
getValue(): number

#Returns

Type Description
number

A measure value.

See Also