RemoveSeries does not release memory allocated to series
Posted: Wed Oct 01, 2014 7:44 am
RemoveSeries does not release the memory allocated to the removed series. Included is a test application which removes an old bar series from chart and creates a new bar series to chart every 100 ms using a timer. If you open up TaskManager in Windows you'll see that the private bytes allocated for the test application increases rapidly and never decreases i.e. memory is never released.