[SOLVED] Bug with TLinearGauge Serie

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

[SOLVED] Bug with TLinearGauge Serie

Post by Komar » Thu Oct 25, 2007 8:56 am

Hi,

I try to use the TLinearGauge serie but there is a bug. The gauge appers differently beetween design time and run time. Color title and axis title are different and I can't find a way to change that.
I've read this thread : http://www.teechart.net/support/viewtopic.php?t=6715
and I see that it is a know problem.

Do you have a patch to fix this bug ? Or do you have a solution to bypass this Problem ? I really need to use this component.

Thanks

Komar
Last edited by Komar on Thu Oct 25, 2007 2:21 pm, edited 1 time in total.

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

Post by Narcís » Thu Oct 25, 2007 12:48 pm

Hi Komar,

By default, TLinearGauge is associated to the bottom axis and therefore you can set its setttings like this:

Code: Select all

  Chart1.Axes.Bottom.Title.Caption:='My LinearGauge title';
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

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Thu Oct 25, 2007 1:24 pm

Hi,

Ok I can change all setting using code, So i can well use the component.
But when I fix some settings in design time using chart editor, all this settings are disappear in run time. Is it a bug or it is due to my configuration ?
Thanks

Komar

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

Post by Narcís » Thu Oct 25, 2007 1:33 pm

Hi Komar,

This is a known bug (TV52012485) reported earlier this month and liste to be fixed for the next releases.
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

Komar
Newbie
Newbie
Posts: 25
Joined: Thu Feb 10, 2005 5:00 am
Location: Savoie - France

Post by Komar » Thu Oct 25, 2007 2:21 pm

Thank you for your quick answer.
Regards

Post Reply