Page 1 of 1

[SOLVED] Bug with TLinearGauge Serie

Posted: Thu Oct 25, 2007 8:56 am
by 9235956
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

Posted: Thu Oct 25, 2007 12:48 pm
by narcis
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';

Posted: Thu Oct 25, 2007 1:24 pm
by 9235956
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

Posted: Thu Oct 25, 2007 1:33 pm
by narcis
Hi Komar,

This is a known bug (TV52012485) reported earlier this month and liste to be fixed for the next releases.

Posted: Thu Oct 25, 2007 2:21 pm
by 9235956
Thank you for your quick answer.
Regards