TeeChart seems to need a lot of memory when colorgid is filled, depending of course size of matrix.
On my case, Colorgrid is filled by using "colorGrid1.Add() - method. But when I'd like to clear colorgrid by using the Clear() - method, I noticed that it not free the all the memory what it should be, why is that?
TeeChart version is 1.0.1452.42972
Memory
Hi.
Does this memory leak happen only with colorgrid series and not with other 3d series types (surface series, point3d series) ? It's possible the problem is in internal bitmap used to show grid. This bitmap is not set to null when you call Clear(); However, destroying the series or closing the form with the chart+colorgrid series on it should free all resources.
Does this memory leak happen only with colorgrid series and not with other 3d series types (surface series, point3d series) ? It's possible the problem is in internal bitmap used to show grid. This bitmap is not set to null when you call Clear(); However, destroying the series or closing the form with the chart+colorgrid series on it should free all resources.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com