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

PivotSummaryInterval.Distribution Property

Gets information about the distribution of summary values across the summary values range.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public IList<int> Distribution { get; }

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