I have a matrix of data (the columns represent time, and the rows spectrum frequencies) that I want to plot in a WinForms or WPF control. Something like a surface plot in MATLAB.
I have looked at Microsoft Charting Controls, but it doesn't seem to support anything that could help me.
Do you have a good idea of how to display this data? A library preferably.