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
80
xamDataChart clear performance
posted

Hello

I'm working in a software that needs to show thousands of points (double, string). Also I need the ability to zoom and pan the data. The functionality can be easily reached with XamDataChart, but I'm experimenting an terrible performance issue. The strange thing is that the line of code that has the worst performance (perceived during a debug session) is as follows:

private XamDataChart Datachart;

....

DataChart.Series.Clear();

What you suggest? What else do you need to know?

Thanks

Tárik