Items mapping in the WPF HeatMap (SfHeatMap) control
10 Jul 20262 minutes to read
An external data source can be mapped with the HeatMap using the ItemsMapping property. It supports 2 kinds of data source.
In TableMapping, rows represent objects in a collection, and columns represent numerical properties of that object.
In CellMapping, each cell represents an object in a collection; this collection is grouped based on a specific property to form rows and columns.
Let us see the difference between the two types of mapping. The following table represents two different data structures to represent the same HeatMap.