I am using a sfChart with a line series and date time axis with interval type set to Days. It works fine when I give a weeks worth of data, about 3300 items, to plot. However, when I give a months work of data, about 14,000 items, to plot it hangs and the app eventually is terminated by the OS. On iOS this work fine all of the time.
I am not sure, but I think it has to do with memory usage and garbage collection during rendering on Android. Any suggestions on how to resolve this?
Thanks