C# Charting - Reasonble Large Data Set and Real-time

爱⌒轻易说出口 提交于 2020-01-23 03:43:45

问题


I'm looking for a C# WinForms charting component, either commercial or open source, that can handle relatively large data sets and be reasonable scalable with regards to chart rendering and updates. The number of data sets to be displayed would be around 30. There would be between 15 and 20 updates per second for each data set. A line chart component would be required for this.


回答1:


I have used ZedGraph in the past for realtime stock charts with large histories.

It can be a little slow if the chart is very complex but found it to be very good and easy to expand (as open source) to do whatever custom formatting you need.




回答2:


Have you tried the Microsoft Chart Controls ?




回答3:


There are several chart controls from

  • www.xceed.com
  • www.infragistics.com
  • www.teltrik.com

Maybe one of these will fulfill your requirements.



来源:https://stackoverflow.com/questions/910790/c-sharp-charting-reasonble-large-data-set-and-real-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!