Search found 5 matches

by TEh
Thu Aug 10, 2006 9:16 am
Forum: .NET
Topic: Paging crashes in ColorGrid
Replies: 4
Views: 6077

One more thing, would you happen to have an example how to use paging in ASP.NET with WebChart ?
by TEh
Thu Aug 10, 2006 9:12 am
Forum: .NET
Topic: Paging crashes in ColorGrid
Replies: 4
Views: 6077

Hello, I suppose setting the MaxAllowedCells from program is not possible ? The performance depends more on how many cells are rendered at one time, not how many cells there are, so by paging the data performance remains acceptable. Also, the 2000 limitation seems to be the limitation per dimension ...
by TEh
Wed Aug 09, 2006 12:52 pm
Forum: .NET
Topic: Paging crashes in ColorGrid
Replies: 4
Views: 6077

Paging crashes in ColorGrid

Hi, I'm trying to set up a colorgrid with paging. First problem is actually with property page, it doesn't allow more than 32000 points / page, but I can manage that by setting it in program. But when browsing the pages the component crashes after a few pages, for example with 200 * 7000 grid, max p...
by TEh
Mon Jan 23, 2006 10:28 am
Forum: .NET
Topic: version 2.02 does not support multiple colorgrids
Replies: 2
Views: 4004

Thanks!
by TEh
Wed Jan 18, 2006 11:40 am
Forum: .NET
Topic: version 2.02 does not support multiple colorgrids
Replies: 2
Views: 4004

version 2.02 does not support multiple colorgrids

I'm trying to display several colorgrid series in one chart. This worked perfectly with v2 evaluation. With v2.02 only one of the series will be visible even though the axes show that the second series is also there, but not shown. Dim i, j, c As Integer Dim xvalues(49) As Double Dim yvalues(49) As ...