开发者

C# Chart control performance issue

I'm using .net4 chart control in c#. It has 13 serieses. Everything works fine, but when moving the window(form) on the desktop, the window does not move smoothly. The chart is the problem cause the data for the serieses comes from a seperate thread.

Is there anyway to improve the performance of the chart, like having the chart drawn using multiple threads or开发者_StackOverflow something like that?

I know the SoftwareFX chart control is a lot faster but I can't afford that.

FOR ANYBODY ELSE STRUGGLING WITH PERFORMANCE OF THE BUILT-IN .NET CHART CONTROL, this is my solution: I have however sorted it out. I'm using ZedGraph now instead of the built-in charting control. Performance is 100 times better and Zedchart is pretty powerful with lots of features.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜