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 - Binding Real Time Data - Performance Issue
posted

I have a performance issue in the sample Binding Real Time Data, when I change the random generated data.

I generate my random data as follows : min + (rng.NextDouble() * (max - min)) , where rng is the random object , min = 0 and max = 2* Math.PI.

The sample with these generated data is too slow. I already test other resolutions, but it still slow, and when I resize the window is realy lag.

I found this old post about xamDataChart performance http://www.infragistics.com/community/blogs/kiril_matev/archive/2011/04/07/tuning-the-xamdatachart-for-blazing-fast-charting.aspx with a sample, but this sample is slow too. Why is xamDataChart sample so slow with other Kind of data ?.

Thank you

Parents Reply Children
No Data