Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个要在 WinForms 或 WPF 控件中绘制的数据矩阵(列代表时间,行代表频谱频率)。类似于 MATLAB 中的曲面图。
我看过 Microsoft Charting Controls,但它似乎不支持任何可以帮助我的东西。
你知道如何显示这些数据吗?最好是图书馆。
在您的情况下,我通常会检查所有可用的付费控件,例如 Telerik、Infragistics、DevExpress 等,以找到适合我需要的东西。然后我考虑是否值得付出代价,以防不值得我自己实现自定义控件。