FIX. RadChartView - memory leak when settings the data source of the series
To reproduce:
- Add a chart to the form and set series with DataSource
- Close and dispose the form
Workaround:
Set the DataSource property of the series to null prior closing.