PivotSummaryInterval.Distribution Property
Gets information about the distribution of summary values across the summary values range.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
IList<Int32> | A list of integer values that defines the number of summary values that fall into each part (subrange) of the summary values range. |
Remarks
Imagine the range of summary values broken into Distribution.Count subranges. Each element of the Distribution collection defines the number of summary values that fall into the corresponding subrange.