Back to Devexpress

ItemDataMeasure Interface

dashboard-js-devexpress-dot-dashboard-dot-data-71ae819e.md

latest2.0 KB
Original Source

ItemDataMeasure Interface

Contains the measure metadata.

Declaration

ts
export interface ItemDataMeasure

Remarks

The measure metadata contains the following information:

Use the ItemDataMeasure.format method to format the specified value using the format setting for the current measure.

See Also

ItemDataDimension

ItemDataDelta

Properties

dataMember Property

Declaration

ts
dataMember: string

Property Value

Type
string

format Property

Declaration

ts
format: (value: any) => string

Property Value

Type
(value: any) => string

id Property

Declaration

ts
id: string

Property Value

Type
string

name Property

Declaration

ts
name: string

Property Value

Type
string

summaryType Property

Declaration

ts
summaryType: string

Property Value

Type
string