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
public ICollection<KeyValuePair<ValueKey, IAggregator>> AllValues { get; }
Public ReadOnly Property AllValues As ICollection(Of KeyValuePair(Of ValueKey, IAggregator))
Get
public:
property ICollection<KeyValuePair<ValueKey^, IAggregator^>>^ AllValues {
ICollection<KeyValuePair<ValueKey^, IAggregator^>>^ get ();
}
member AllValues : ICollection<KeyValuePair<ValueKey, IAggregator>> with get
Property Value
Type:
ICollectionKeyValuePairValueKey,
IAggregator
Reference