0

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.

kasperhj
  • 10,052
  • 21
  • 63
  • 106

1 Answers1

1

In your situation, I usually check all the available paid controls, like Telerik, Infragistics, DevExpress, etc. to find something that fits my needs. Then I consider if it is worth the cost, in case it is not worth the cost I implement a custom control myself.

Andrei Gavrila
  • 853
  • 9
  • 19