What I'm doing in my code is generating a lot of RadChartView objects, saving them to disk, and then trying to dispose of the chart object. If I attempt to just do a chart.Dispose() when I'm done with the chart, memory related to the series data never gets released. If I clear the series' data points myself, then memory is freed when I finally do the chart.Dispose. Rename the attachment to (.7z) to see my example project.