TcxPivotGridField.GroupIntervalRange Property
Specifies the length of the intervals when values are grouped together.
Declaration
property GroupIntervalRange: Integer read; write; default cxPivotGridDefaultGroupIntervalRange;
Property Value
Type | Default |
---|---|
Integer | cxPivotGridDefaultGroupIntervalRange |
Remarks
The values of column fields and row fields can be grouped into intervals. To set the required grouping mode, use the GroupInterval property.
The GroupIntervalRange property is in effect if the GroupInterval property is set to giNumeric, giYearAge, giMonthAge, giWeekAge, or giDayAge. In this mode, the GroupIntervalRange property determines the length of grouping intervals. The grouping value for each field value represents the group into which the value falls in.
The default value of the GroupIntervalRange property is specified by the cxPivotGridDefaultGroupIntervalRange constant.
See Also