corelibraries-devexpress-dot-xtrapivotgrid-89d4579c.md
Contains information about the distribution of summary values within a specific range.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotSummaryInterval
Public Class PivotSummaryInterval
The following members return PivotSummaryInterval objects:
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.
Object PivotSummaryInterval
See Also