kasperhj
kasperhj

Reputation: 10482

Surface plotting a matrix in WPF or WinForms

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

Answers (1)

Andrei Gavrila
Andrei Gavrila

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

Related Questions