我正在尝试使用图表在Visual Studio 2012中创建图形。我有.Net 4.0
但写这个时:
using System.Windows.Forms.DataVisualization.Charting;
我收到错误:
The type or namespace name 'DataVisualization' does not exist in the namespace 'System.Windows.Forms'
我该如何解决这个问题?
谢谢!
答案 0 :(得分:0)
在“解决方案资源管理器”面板中添加对System.Windows.Forms.DataVisualization
的引用。
答案 1 :(得分:0)
编译的程序集不使用解决方案项。 请点击此链接。 this is link for Complete charting