Configuration of a pivot dimension.

IgrPivotDateDimension

new IgrPivotDateDimension(inBaseDimension: IgrPivotDimension, inOptions: IgrPivotDateDimensionOptions): IgrPivotDateDimension

Returns IgrPivotDateDimension

Optional childLevel

Section titled "childLevel"

Inherited from: IgcPivotDimension

Allows defining a hierarchy when multiple sub groups need to be extracted from single member.

childLevel: IgrPivotDimension

Optional dataType

Section titled "dataType"

Gets/Sets data type

dataType: GridColumnDataType

Display name to show instead of the field name of this value. *

displayName: string

Inherited from: IgcPivotDimension

A predefined or defined via the igxPivotSelector filter expression tree for the current dimension to be applied in the filter pipe.

filter: IgrFilteringExpressionsTree

Optional horizontalSummary

Section titled "horizontalSummary"

Inherited from: IgcPivotDimension

horizontalSummary: boolean

Inherited from: IgcPivotDimension

Level of the dimension.

level: number

Optional memberFunction

Section titled "memberFunction"

Inherited from: IgcPivotDimension

Function that extracts the value

memberFunction: any

Optional sortable

Section titled "sortable"

Inherited from: IgcPivotDimension

Enable/disable sorting for a particular dimension. True by default.

sortable: boolean

Optional sortDirection

Section titled "sortDirection"

Inherited from: IgcPivotDimension

The sorting direction of the current dimension. Determines the order in which the values will appear in the related dimension.

sortDirection: SortingDirection

Inherited from: IgcPivotDimension

The width of the dimension cells to be rendered.Can be pixel, % or "auto".

width: string
get baseDimension(): IgrPivotDimension

Returns IgrPivotDimension

Gets/Sets the base dimension that is used by this class to determine the other dimensions and their values. Having base dimension set is required in order for the Date Dimensions to show.

set baseDimension(value: IgrPivotDimension): void

Parameters

Returns void

Enables/Disables a particular dimension from pivot structure.

get enabled(): boolean

Returns boolean

Enables/Disables a particular dimension from pivot structure.

set enabled(value: boolean): void

Parameters

  • value: boolean

Returns void

Inherited from: IgcPivotDimension

get memberName(): string

Returns string

Unique member to extract related data field value or the result of the memberFunction.

set memberName(value: string): void

Parameters

  • value: string

Returns void

Gets/Sets the options for the predefined date dimensions whether to show quarter, years and etc.

set options(value: IgrPivotDateDimensionOptions): void

Parameters

Returns void

get resourceStrings(): IgrGridResourceStrings

Returns IgrGridResourceStrings

Gets/Sets the resource strings.

set resourceStrings(value: IgrGridResourceStrings): void

Parameters

Returns void