TeeChar 8.0.0.6 - black doughnut

TeeChart for ActiveX, COM and ASP
Post Reply
LMA
Newbie
Newbie
Posts: 5
Joined: Tue Nov 06, 2007 12:00 am
Contact:

TeeChar 8.0.0.6 - black doughnut

Post by LMA » Tue Jun 23, 2009 2:34 pm

Hello,

After upgrading to 8.0.0.6 from 8.0.0.3 we noticed that our doughnut charts have a black hole instead of a white one.

Has anyone notices this ?

Is is a new default value ? For which parameter ?

Thanks

Loïc

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

Re: TeeChar 8.0.0.6 - black doughnut

Post by Yeray » Tue Jun 23, 2009 3:18 pm

Hi Loïc,

Probably this is the shadow. You could try hiding it:

Code: Select all

TChart1.Series(0).asDonut.Shadow.Visible = False
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

LMA
Newbie
Newbie
Posts: 5
Joined: Tue Nov 06, 2007 12:00 am
Contact:

Re: TeeChar 8.0.0.6 - black doughnut

Post by LMA » Tue Jun 23, 2009 4:42 pm

It works !

Thank you for your help.

Loïc

Post Reply