Initializes a new instance of HeatmapPivotTable instance by specified IPivotTable and heatmap mode.
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public HeatmapPivotTable( IPivotTable pivotTable, HeatmapPivotTableHeatmapMode heatmapMode )
Parameters
- pivotTable
- Type: NReco.PivotDataIPivotTable
- heatmapMode
- Type: NReco.PivotDataHeatmapPivotTableHeatmapMode
See Also