Completed
Last Updated: 28 Dec 2016 10:54 by ADMIN
ADMIN
Ivan Petrov
Created on: 27 Mar 2015 11:33
Category: ChartView
Type: Bug Report
0
FIX. RadChartView - Removing series from the chart does not release their memory.
Steps to reproduce:

1. Add a chart to a form.

2. Add and remove series continuously.

3. The memory of the project will only raise and memory will not be freed.

WORKAROUND*:

Clear the data points of the series that is/are removed from the chart.

*Although this will significantly reduce the memory consumption it will not eliminate the memory leak. There will still be a small portion of retained memory.
2 comments
ADMIN
Stefan
Posted on: 28 Dec 2016 10:54
Hello,

this issue has been resolved back in Q1 2015 SP1 (see is status is Completed and Release is Q1 2015 SP1). If you observe any issues regarding this scenario in later release please let us know.

Also, feel free to use our ticketing system to consult with our support engineers which can investigate the precise case and help you with it: https://www.telerik.com/account/support-tickets  
Posted on: 19 Dec 2016 07:42
Raising memory is also occurring in my project. How to release memory in RadChartView?