PivotTableMD Class

NReco.PivotData Class Library Documentation
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPivotTableMD

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

public class PivotTableMD

The PivotTableMD type exposes the following members.

Constructors

  NameDescription
Public methodPivotTableMD(String, IPivotData)
Initializes new instance of PivotTable instance by specified PivotData
Public methodPivotTableMD(String, IPivotData, IComparerValueKey)
Initializes new instance of PivotTable instance by specified PivotData
Top
Properties

  NameDescription
Public propertyAxes
Dimensions used for building axes of n-Dimensional Pivot Table view
Public propertyAxesKeys
Dimension keys that represent axes of n-Dimensional Pivot Table view
Public propertyItem
Gets aggregator for specified axes indexes
Public propertyPivotData
Gets the IPivotData used for building pivot table.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Protected methodGetSortValue
Returns sortable value from specified IAggregator instance
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSortAxisKeys
Sort axis keys by datapoint values
Public methodToString (Inherited from Object.)
Top
See Also

Reference