PivotDataAllValues Property

NReco.PivotData Class Library Documentation
Get all datapoints (dim keys -> aggregator pairs) contained in the PivotData (including totals).

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public ICollection<KeyValuePair<ValueKey, IAggregator>> AllValues { get; }

Property Value

Type: ICollectionKeyValuePairValueKey, IAggregator
See Also

Reference