Hi,
sorry, again me.
in Version 8.04 the ColorgridSeries behaves differently than in Version 7.12:
When Setting the SmoothBitmap property to true, in version 7.12 the color between the grid cells was perfectly smoothed, in V8.04 I can see something like a "blurred grid", although this blurred grid is not at the same position as the regular grid (can be tested by switching SmoothBitmap on and off). So I wonder if this is a bug, or if I am missing something.
Best regards,
Markus
D2009, Tchart Source V 8.04
ColorgridSeries difference between V7 and V8
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Marcus,
Thanks for reporting. I think this is a bug and added it (TV52013778) to the defect list to be fixed for next releases.
Thanks for reporting. I think this is a bug and added it (TV52013778) to the defect list to be fixed for next 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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Markus,
As you can read here, 2009 roadmap for TeeChart VCL still needs to be completed. However, I think we should be able to deliver one by the end of this quarter or beginning of 2nd quarter.Any ideas about when we can expect the next maintenance release ?
It will be announced at this forum. You can also subscribe to our RSS news feed for automatic notifications.And how do I know when you have one uploaded ?
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Markus,
Just wanted to let you know that this issue has been fixed for the next maintenance release.
At TeeSurfa.pas you can search for the call to SmoothStretch and implement it like this:
You can use TeeRecompile tool, shipped with the sourcecode installation, for compiling and installing TeeChart source code to your IDEs.
Hope this helps!
Just wanted to let you know that this issue has been fixed for the next maintenance release.
At TeeSurfa.pas you can search for the call to SmoothStretch and implement it like this:
Code: Select all
SmoothStretch(FBitmap,tmpDest, ssBestPerformance);
Hope this helps!
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 |