Page 1 of 1

Memory

Posted: Tue Sep 07, 2004 12:54 pm
by 8120359
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

Posted: Mon Sep 20, 2004 5:54 am
by Marjan
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.