Hello Narcís,
i have two requests for future releases of TChart.
1. The use of the pointstyle series in case with many values is confusing because they overlap each other. Is it possible to draw only points, which have not the same x and y pixel position of the screen? Is there already any way to prevent this issue?
2. The calculation of series (stddev, average or something like that) can occur a overflow of the used variables if there are many big values. Is it possible to give feedback for this case (Double.NaN or null)? Now it only tell its "0", that can confuse some users.
Thanks a lot!
Some Requests
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi AIS,
An alternative could be using the DownSampling function. You'll find examples at All Features\Welcome !\Functions\Extended\Reducing number of points in the features demo.
Thanks in advance.
This is already possible using FastLine series and its DrawAllPoints property as can be seen in the All Features\Welcome !\Chart styles\Standard\Fast Line\Fast Line Speed DrawAll example in the features demo, available at TeeChart's program group. I've added to implement the same property for Points series to the wish-list.1. The use of the pointstyle series in case with many values is confusing because they overlap each other. Is it possible to draw only points, which have not the same x and y pixel position of the screen? Is there already any way to prevent this issue?
An alternative could be using the DownSampling function. You'll find examples at All Features\Welcome !\Functions\Extended\Reducing number of points in the features demo.
Sorry but I don't understand which is the exact problem here. Would you be so kind to send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.2. The calculation of series (stddev, average or something like that) can occur a overflow of the used variables if there are many big values. Is it possible to give feedback for this case (Double.NaN or null)? Now it only tell its "0", that can confuse some users.
Thanks in advance.
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 |