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
Custom labels
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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
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
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
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 ?
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 ?
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
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.
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.
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Erwin,
We expect to release the debug build today.
We expect to release the debug build today.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |