BackGround Colour on Circular Gauge

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Infront
Newbie
Newbie
Posts: 6
Joined: Thu Feb 04, 2010 12:00 am
Location: Trondheim, Norway

BackGround Colour on Circular Gauge

Post by Infront » Fri Nov 12, 2010 12:23 pm

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?
Thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: BackGround Colour on Circular Gauge

Post by Narcís » Fri Nov 12, 2010 2:15 pm

Hi Infront,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply