问题
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