Page 1 of 1

Custom labels

Posted: Thu Jan 19, 2006 8:59 am
by 9637251
Hi,

I have a teechart graph where my X-axe represents each inputvalue (datetime) of the input datafile. This means that on my x-axe a specific date (ex: 21/01/2005) can be displayed multiple times when it occures multiple times in the input datafile.

I've used custom labels to achieve this. The .XValues.DataMember contains a uniek identifier (rowid).

Now everything works fine.... except when a big number of labels (3490 labels)is passed. When passing a labelcollection of 3490 labels to the chart, the chart cannot be displayed anymore ( Error :

An unhandled exception of type 'System.IndexOutOfRangeException' occurred in system.windows.forms.dll

Additional information: Index was outside the bounds of the array.

)

Now actually it's quite understandable that this is a problem, because the labels wouldn't be readable anymore. But is there a way to make sure not all lables are displayed when using custom labels? Setting the Increment property of the X-axe has no effect.

Kind regards,
Erwin

Posted: Fri Jan 20, 2006 12:30 pm
by narcis
Hi Erwin,

I've been able to reproduce this and it is a bug which I have added to our defect list to be fixed for future releases

Posted: Mon Jan 23, 2006 8:50 am
by 9637251
Hi,

Thanks for your reply. I'm pleased to hear that this problem is added to the defect list and will be fixed in future releases but that does not solve my problem.

This problem was detected in the production environment of our client and they want a solution for this problem right now.

I was trying to find a workaround for this problem but did not succeed.

Is it possible to provide a patch soon ?
Or is it possible to provide us a workaround for this problem ?

Posted: Tue Jan 24, 2006 8:56 am
by Chris
Hello Erwin,

OK, I've fixed this one and will try to get a Debug release out of TeeChart for .NET version 2 by the end of the week.

Posted: Fri Feb 10, 2006 2:43 pm
by 9637251
Hi Christopher,

Is it possible yet to release a new debug version in which this problem has been fixed ?

Kind regards,
Erwin

Posted: Mon Feb 13, 2006 11:07 am
by narcis
Hi Erwin,

We expect to release the debug build today.