Page 1 of 1

ColorgridSeries difference between V7 and V8

Posted: Fri Jan 23, 2009 1:36 pm
by 10551336
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

Posted: Fri Jan 23, 2009 2:00 pm
by narcis
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.

Posted: Fri Jan 23, 2009 2:09 pm
by 10551336
Thanks again for the fast reply.

Any ideas about when we can expect the next maintenance release ?
And how do I know when you have one uploaded ?

Markus

Posted: Fri Jan 23, 2009 2:30 pm
by narcis
Hi Markus,
Any ideas about when we can expect the next maintenance release ?
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.
And how do I know when you have one uploaded ?
It will be announced at this forum. You can also subscribe to our RSS news feed for automatic notifications.

Posted: Tue Mar 17, 2009 1:04 pm
by narcis
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:

Code: Select all

          SmoothStretch(FBitmap,tmpDest, ssBestPerformance);
You can use TeeRecompile tool, shipped with the sourcecode installation, for compiling and installing TeeChart source code to your IDEs.

Hope this helps!