Inheritance Hierarchy
NReco.PivotData.PivotTableMD
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The PivotTableMD type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PivotTableMD(String[][], IPivotData) |
Initializes new instance of PivotTable instance by specified PivotData |
![]() | PivotTableMD(String[][], IPivotData,IComparer<ValueKey>[]) |
Initializes new instance of PivotTable instance by specified PivotData |
Properties
Name | Description | |
---|---|---|
![]() | Axes |
Dimensions used for building axes of n-Dimensional Pivot Table view
|
![]() | AxesKeys |
Dimension keys that represent axes of n-Dimensional Pivot Table view
|
![]() | Item |
Gets aggregator for specified axes indexes
|
![]() | PivotData |
Gets the IPivotData used for building pivot table.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSortValue |
Returns sortable value from specified IAggregator instance
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SortAxisKeys |
Sort axis keys by datapoint values
|
![]() | ToString | (Inherited from Object.) |
See Also