using System.Windows.Forms.DataVisualization.Charting;
编译时报警:命名空间“System.Windows.Forms”中不存在类型或命名空间名称“DataVisualization”(是缺少程序集引用吗?)
解决办法:
引用中添加引用:
using System.Windows.Forms.DataVisualization.Charting;
编译时报警:命名空间“System.Windows.Forms”中不存在类型或命名空间名称“DataVisualization”(是缺少程序集引用吗?)
解决办法:
引用中添加引用:
管理员已关闭评论功能...