Memory overflow exception

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
vivek
Newbie
Newbie
Posts: 40
Joined: Thu Jul 19, 2007 12:00 am

Memory overflow exception

Post by vivek » Mon Mar 10, 2008 9:27 am

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Mar 10, 2008 9:40 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

vivek
Newbie
Newbie
Posts: 40
Joined: Thu Jul 19, 2007 12:00 am

Memory overflow exception

Post by vivek » Tue Mar 11, 2008 10:21 am

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

Post Reply