Donut Series omits last pie from drawing

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
gerhardsachs
Newbie
Newbie
Posts: 8
Joined: Mon May 10, 2010 12:00 am

Donut Series omits last pie from drawing

Post by gerhardsachs » Tue Aug 17, 2010 4:58 pm

The Donut Series displays slice colors differently when transparency is on.
I have a donut series that has 12 slices of equal width.
Color each is turned off, all slices are added with the same color.
When transpareny is off, all 12 slices gets the same color.
When transpareny is on, the last slice keeps the color that was set in the chart editor.
I tried several ways to change that (using ValueColor[0..11], SeriesColor etc., nothing worked.
I am using Delphi2010 with the latest TeeChart version.
See attached Demo.

Regards
Gerhard Sachs
Attachments
Donut Series Transparenzfehler.zip
Testapplication and Screenshot
(33.29 KiB) Downloaded 306 times

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Donut Series omits last pie from drawing

Post by Yeray » Wed Aug 18, 2010 3:25 pm

Hi Gerhard,

I could reproduce the problem with the latest published version but with the actual sources it seems to work fine.
As you are source code customer, I've sent the actual sources to the mail you have registered in this forums.
Could you please check if they correct the problem?
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

gerhardsachs
Newbie
Newbie
Posts: 8
Joined: Mon May 10, 2010 12:00 am

Re: Donut Series omits last pie from drawing

Post by gerhardsachs » Wed Aug 18, 2010 5:16 pm

Hi Yeray,

yes, it works now.
I installed the version with the "Tee 3D" checked and it installed silently both in Delphi2006 and 2010.
I tested D2010 only, since all new projects are developed with it.

At the same time, another problem has vanished.
I often had the problem, that on opening an existing form with some Teechart components on it, I got the message that those components could not be found.
After clicking 'ignore all' and closing that form without saving, then reopening, everything worked until the next shutdown and start of the IDE.
I really hope that this very nasty problem is gone forever now.

Is it ok to continue working with the new sources ?

Thank you
Gerhard

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Donut Series omits last pie from drawing

Post by Yeray » Thu Aug 19, 2010 3:45 pm

Hi Gerhard,

I'd suggest you to edit all your project files manually (with notepad or similar) and correct all the wrong TeeChart references, if any.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply