| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1720 人关注过本帖
标题:C# winform chart画曲线出现空白和大红叉
只看楼主 加入收藏
xhrain
Rank: 2
等 级:论坛游民
帖 子:13
专家分:10
注 册:2009-7-19
收藏
 问题点数:0 回复次数:1 
C# winform chart画曲线出现空白和大红叉
使用chart1.Series[0].Points.AddXY(X,Y); 画线

************** 异常文本 **************
System.InvalidOperationException: 集合已修改;可能无法执行枚举操作。
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
在 System.Collections.Generic.List`1.Enumerator.MoveNextRare()
在 System.Collections.Generic.List`1.Enumerator.MoveNext()
在 System.Windows.Forms.DataVisualization.Charting.Data.DataManager.GetMinMaxXValue(Double& min, Double& max, String[] series)
在 System.Windows.Forms.DataVisualization.Charting.ChartArea.GetValuesFromData(Axis axis, Double& autoMinimum, Double& autoMaximum)
在 System.Windows.Forms.DataVisualization.Charting.ChartArea.SetDefaultFromData(Axis axis)
在 System.Windows.Forms.DataVisualization.Charting.ChartArea.SetDefaultFromIndexesOrData(Axis axis, AxisType axisType)
在 System.Windows.Forms.DataVisualization.Charting.ChartArea.SetDefaultAxesValues()
在 System.Windows.Forms.DataVisualization.Charting.ChartArea.SetData(Boolean initializeAxes, Boolean checkIndexedAligned)
在 System.Windows.Forms.DataVisualization.Charting.ChartArea.ReCalcInternal()
在 System.Windows.Forms.DataVisualization.Charting.ChartPicture.Paint(Graphics graph, Boolean paintTopLevelElementOnly)
在 System.Windows.Forms.DataVisualization.Charting.Chart.OnPaint(PaintEventArgs e)
在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
在 System.Windows.Forms.Control.WmPaint(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
搜索更多相关主题的帖子: Forms Axis System Windows Control 
2021-09-29 12:05
fuller1982
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2021-11-4
收藏
得分:0 
我也是刚学,chart的时候,也是不定时出现这个大叉叉。
关注中。
2021-11-04 09:52
快速回复:C# winform chart画曲线出现空白和大红叉
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016833 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved