Class IgxPivotDateDimension

Configuration of a pivot dimension.

Implements

Constructors

Properties

Gets/Sets data type

defaultOptions: {
    fullDate: boolean;
    months: boolean;
    total: boolean;
    years: boolean;
} = ...

Default options.

Type declaration

  • fullDate: boolean
  • months: boolean
  • total: boolean
  • years: boolean
displayName: string

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

enabled: boolean = true

Enables/Disables a particular dimension from pivot structure.

Accessors