ItemDataMeasure Interface
Contains the measure metadata.
Declaration
export interface ItemDataMeasure
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
Properties
dataMember Property
Declaration
dataMember: string
Property Value
format: (value: any) => string
Type |
(value: any) => string |
id Property
Declaration
id: string
Property Value
name Property
Declaration
name: string
Property Value
summaryType Property
Declaration
summaryType: string
Property Value