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
190
Converting from xamChart to xamDataChart and Performance
posted

We are working hard to convert our project from XamChart to XamDataChart.  For our graphs (ScatterSeries) that plot a high number of points (say 100,000) , with one series XamDataChart is lightening fast.  This is milliseconds in the XamDataChart, where it took over 1 minute in the XamChart.  However, now where I have few datapoints (say 150) but a high number of series (up to 35), my XamDataChart is slow where the XamChart was fast.

We managaged the performance of adding series in XamChart by 1) Using XamChart.RefreshEnabled = True/False, and especially by 2) Direct access to Series.DataPoints to prevent rebinding of ItemSource on existing series.

Is there a way with XamDataChart to manage binding/Refresh issues with respect to adding many Series in one chart?

Thanks

Parents Reply Children
No Data