PivotSummaryInterval Class
Contains information about the distribution of summary values within a specific range.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Related API Members
The following members return PivotSummaryInterval objects:
Remarks
The PivotSummaryInterval objects are returned by the PivotGridFieldBase.GetSummaryInterval methods. They allow you to determine the minimum and maximum summary values, and the distribution of summary values across this range. Use this information to specify a valid range of summary values that should be displayed. To learn more, see Summary Filters.
The PivotSummaryInterval.StartValue and PivotSummaryInterval.EndValue properties return the minimum and maximum values in the current range. Use the PivotSummaryInterval.Distribution property to obtain information about the distribution of summary values across the range.