PivotTableMDItem Property

NReco.PivotData Class Library Documentation
Gets aggregator for specified axes indexes

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

public IAggregator this[
	params Nullable<int>[] coords
] { get; }

Parameters

coords
Type: SystemNullableInt32
data point indexes

Return Value

Type: IAggregator
aggregator for requested data point
See Also

Reference