PivotSummaryInterval.Distribution Property
Gets information about the distribution of summary values across the summary values range.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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.
See Also