HeatmapPivotTableHeatmapMode Enumeration

NReco.PivotData Class Library Documentation
Specifies heatmap highlighting mode.

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

public enum HeatmapMode
Members

  Member nameValueDescription
Table0 Max value in whole table.
Row1 Max value in the row.
Column2 Max value in the column.
RowTotal3 Max row total in whole table.
ColumnTotal4 Max row total in whole table.
See Also

Reference