Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
210
performance
posted

I am plotting 6 line series that are time of day versus a double, it starts out fine. But, after about 30 or so items across the 6 series performance really gets bad. Are there any generic tips for improving performance? This is basically a real-time display of data, so the performance is critical. Thanks.

[edit]

By the way, I am binding on a data table. Is there a performance difference between binding to a datatable and using a ISeries object? The datatable is also bound for display to a DataGridView. Thanks!