Page 1 of 1

TeeChar 8.0.0.6 - black doughnut

Posted: Tue Jun 23, 2009 2:34 pm
by 15047282
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

Re: TeeChar 8.0.0.6 - black doughnut

Posted: Tue Jun 23, 2009 3:18 pm
by yeray
Hi Loïc,

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

Code: Select all

TChart1.Series(0).asDonut.Shadow.Visible = False

Re: TeeChar 8.0.0.6 - black doughnut

Posted: Tue Jun 23, 2009 4:42 pm
by 15047282
It works !

Thank you for your help.

Loïc