Skip to main content

ItemDataDimension Interface

Contains the dimension metadata.

#Declaration

TypeScript
export interface ItemDataDimension
See Also

#Properties

#dataMember Property

Specifies the data member identifier for the current dimension.

#Declaration

TypeScript
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

TypeScript
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

TypeScript
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

TypeScript
id: string

#Property Value

Type Description
string

A string value that is the dimension identifier.

#name Property

Specifies the name of the dimension.

#Declaration

TypeScript
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

TypeScript
textGroupInterval: string

#Property Value

Type Description
string

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