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.
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.
since version 15.1.x. Please use the new name baseDimension
for future versions.
Gets 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.
since version 15.1.x. Please use the new name options
for future versions.
Gets the options for the predefined date dimensions whether to show quarter, years and etc.
Gets/Sets the options for the predefined date dimensions whether to show quarter, years and etc.
Gets/Sets the resource strings.
By default it uses EN resources.
Configuration of a pivot dimension.