dandanyouxiang / WPFHeatMap

WPF Heat Map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPFHeatMap

The WPF Heat Map is My simple, quick and dirty approach for generating heat map diagrams using Windows Presentation Foundation and C#. The diagram is composed of vectorized object (rectangles) so it can be zoomed without degradation of the quality. Custom pixel shader effect is used for colorizing the heat map. All drawing is done by the WPF so the content generation is reasonable quick. The demonstration program generates 1000 random points and regenerates them every time when the window is resized. Few color schemes are included in the application but it is very easy to add more if needed.

This program is absolutely free. Do whatever you want with this code.

Alt text

Alt text

About

WPF Heat Map

License:GNU General Public License v3.0


Languages

Language:C# 88.1%Language:FLUX 11.9%