Memory

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
HQO
Newbie
Newbie
Posts: 25
Joined: Thu Jun 05, 2003 4:00 am
Contact:

Memory

Post by HQO » Tue Sep 07, 2004 12:54 pm

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

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Mon Sep 20, 2004 5:54 am

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.
Marjan Slatinek,
http://www.steema.com

Post Reply