Back to Devexpress

ItemDataMeasureValue Interface

dashboard-js-devexpress-dot-dashboard-dot-data-0b54db5a.md

latest1.4 KB
Original Source

ItemDataMeasureValue Interface

Provides the measure value and display text.

Declaration

ts
export interface ItemDataMeasureValue

Remarks

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

See Also

ItemDataDimensionValue

ItemDataDeltaValue

Methods

getDisplayText Method

Gets the measure display text.

Declaration

ts
getDisplayText(): string

Returns

TypeDescription
string

A string that is the measure display text.

|

See Also

getValue

getValue Method

Gets the measure value.

Declaration

ts
getValue(): number

Returns

TypeDescription
number

A measure value.

|

See Also

getDisplayText