Hi,
We are using 2 charts at the same time (pie and bar) and both are bound to the same collection.
When the collection get's updated (is not an observable collection), the property is firing and the charts are showing correctly. The problem is that the memory grows about 1 or 3MB every time and it never gets released. We have users using the app for a long time and their machine is crashing with out of memory.
As soon as I remove the charts the app goes back to normal. Te problem is that the updates that are being displayed can change a lot in a few seconds, and we need to display it real time.
If I try the example apps I get the same memory usage... there's anyway to free up the memory when changing the datasource? We are using 9.4
It's quite urgent, any help will be much appreciated.