I want to draw a thermal graphic in C#. This graphic likes this picture.

I found a charting library ZedGraph. But the library can't do this.

Any suggestions? Thank you very much.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

A simple Google search on C# heatmap found this website:

http://dylanvester.com/post/Creating-Heat-Maps-with-NET-20-%28C-Sharp%29.aspx

Hope this will help you getting started.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.