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
TeeChar 8.0.0.6 - black doughnut
Re: TeeChar 8.0.0.6 - black doughnut
Hi Loïc,
Probably this is the shadow. You could try hiding it:
Probably this is the shadow. You could try hiding it:
Code: Select all
TChart1.Series(0).asDonut.Shadow.Visible = False
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChar 8.0.0.6 - black doughnut
It works !
Thank you for your help.
Loïc
Thank you for your help.
Loïc