ChartArea1 名称改成 Chart 导致的,把series的ChartArea改成Chart就行了。
1、System.Windows.Forms.DataVisualization.Charting.Series seriesNew = new System.Windows.Forms.DataVisualization.Charting.Series();
2、seriesNew.ChartArea = Chart;
3、this.XXX(Chart控件名称).Series.Add(seriesNew);
C# chart控件中Markerstyle问题
WinForm程序的话:
using System.Windows.Forms.DataVisualization.Charting;
希望对你有帮助,还有疑问请追问或是Hi
tolerance charting 该怎么翻译合适?
公差表或容差表
例:
The contents of a tolerance charting are introduced at first.
首先逐项介绍容差表的内容