Page 1 of 1

BackGround Colour on Circular Gauge

Posted: Fri Nov 12, 2010 12:23 pm
by 10555199
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?

Re: BackGround Colour on Circular Gauge

Posted: Fri Nov 12, 2010 2:15 pm
by narcis
Hi Infront,

Are you hidding the Gradient? For example:

Code: Select all

  Series1.Face.Gradient.Visible:=False;
  Series1.Face.Color:=clRed;