Skip to main content
A newer version of this page is available. .

PivotSummaryInterval Class

Contains information about the distribution of summary values within a specific range.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public class PivotSummaryInterval

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.

Inheritance

Object
PivotSummaryInterval
See Also