Reputation: 10482
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.
Upvotes: 0
Views: 986
Reputation: 863
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.
Upvotes: 1