I want to generate a heat map in windows form. I have a set of points as the input. How to go about doing this in the simplest way? Thanks.
Divide the surface up into a grid of cells, and count the points inside each cell.
Given the count of points, calculate a color for each cell