Creates additional pivot date dimensions based on a provided dimension describing date data:
// Displays only years as parent dimension to the base dimension provided.
new IgxPivotDateDimension({ memberName: 'Date', enabled: true }, { total: false, months: false });
Options for the predefined date dimensions whether to show quarter, years and etc.
Optional
dataGets/Sets data type
Default options.
Display name to show instead of the field name of this value. *
Enables/Disables a particular dimension from pivot structure.
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.
Gets/Sets the options for the predefined date dimensions whether to show quarter, years and etc.
Gets/Sets the resource strings.
Configuration of a pivot dimension.