Hi,
I am trying to change bakcground colour on CircularGauge. Design time it works fine, but run time it changes back to default setting.
If i change it design time to for instance all white with no shadow, and saves my project. And close Borland, and reopen it. The shadow property are set to visible again.
So it looks like it always shows shadows. I have also tried to change the shadow colours with same results, it just changes back to default.
Is this is a bug in Teechart or are there some settings that i have missed?
BackGround Colour on Circular Gauge
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: BackGround Colour on Circular Gauge
Hi Infront,
Are you hidding the Gradient? For example:
Are you hidding the Gradient? For example:
Code: Select all
Series1.Face.Gradient.Visible:=False;
Series1.Face.Color:=clRed;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |