Skip to main content

ItemDataDimension Interface

Contains the dimension metadata.

Declaration

export interface ItemDataDimension
See Also

Properties

dataMember Property

Specifies the data member identifier for the current dimension.

Declaration

dataMember: string

Property Value

Type Description
string

A string value that identifies a data member.

dateTimeGroupInterval Property

Gets the group interval for date-time values for the current dimension.

Declaration

dateTimeGroupInterval: string

Property Value

Type Description
string

A string value that represents how date-time values are grouped.

format Property

Formats the specified value using format settings of the current dimension.

Declaration

format: (value: any) => string

Property Value

Type Description
(value: any) => string

A string that represents the formatted value.

id Property

Specifies the dimension identifier.

Declaration

id: string

Property Value

Type Description
string

A string value that is the dimension identifier.

name Property

Specifies the name of the dimension.

Declaration

name: string

Property Value

Type Description
string

A string value that is the name of the dimension.

textGroupInterval Property

Specifies the group interval for string values.

Declaration

textGroupInterval: string

Property Value

Type Description
string

A string value that specifies the group interval for string values.