Thanks you!
Do you mean it is fixed in an upcoming maintenance release or in one that is already out?
Could we please have ETA in the first case or the release version in the second?
Search found 3 matches
- Tue Jan 22, 2013 11:52 pm
- Forum: .NET
- Topic: ColorGrid series uses huge amount of memory
- Replies: 5
- Views: 7378
- Sat Jan 19, 2013 12:05 am
- Forum: .NET
- Topic: ColorGrid series uses huge amount of memory
- Replies: 5
- Views: 7378
Re: ColorGrid series uses huge amount of memory
Hi, Thank you for your reply. I am not sure was exactly is wrong in the way we treat the grid. In the explanation which the link points to, the suggestion is: for x:=0 to 10 do for z:=0 to 5 do Series1.AddXYZ(x,random,z); Well, we had for loop for the z variable as the inner loop. I changed it to be...
- Wed Jan 16, 2013 11:08 pm
- Forum: .NET
- Topic: ColorGrid series uses huge amount of memory
- Replies: 5
- Views: 7378
ColorGrid series uses huge amount of memory
Hi, We are using ColorGrid series to display our data. It appears, that the series is allocating a lot of memory. This makes its usage hardly feasible. I am attaching a test project together with screen shots from the profiler. What we found, is that TChart is allocating 20000 int per each x value. ...