Hi
We are experiencing a memory leak when using the XPF chart. This seems to be related to the repeated use of the ExportToImage method as follows:-
using (var tempStream = new MemoryStream())
{
chart.ExportToImage(tempStream);
// code that makes use of tempstream here…
}
Is this a known problem? Has it been resolved in later versions?
Hi Jason,
I have reproduced a similar issue on my side and passed this topic to our R&D team for further research. We will update this topic once we have any news.
Hi Jason,
We have fixed this issue in versions 16.1 and 16.2. Let me know if you need this fix for a previous version.
Yes - could you apply the fix to version 15.2.7 please?
Hi Jason,
We will check how to apply the fix to an older version. Your patience is appreciated.
Hi Jason,
We have fixed this issue in version 15.2. Now you can request the hotfix for this version.
Thank you - I will give it a try.