Page 1 of 1

Memory overflow exception

Posted: Mon Mar 10, 2008 9:27 am
by 13046152
Hello,

When i try to show morethan 10,000 cells/values in the ColorGrid my application getting hang. Sometimes i am getting overflow exception. (very rarly)

When i am watching the Performance tab in "Windows Task Manager" windows need more PF (PF usage) to show ColorGrid which having more than 10,000 values.

Is there any solution or alternate way to show the ColorGrid with more cells.

With Regards,
Vivek . J

Posted: Mon Mar 10, 2008 9:40 am
by narcis
Hi Vivek,

As far as TeeChart concerns, it shouldn't have problems handling such grids. I guess this will be a memory limitation on your environment. Could you reproduce the same behaviour in other machines? Which TeeChart version are you using?

I'd recommend you to not use IrregularGrid=true unless it's necessary. Here you'll find information on when you should use it.

Memory overflow exception

Posted: Tue Mar 11, 2008 10:21 am
by 13046152
Hello NarcĂ­s,

Thank you for your reply. :)
previously i added multible colorgrid in single tChart. Thats why the problem came.
Now i am showing all values in the single grid. The problem is not comming.

With regards,
Vivek