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
[SOLVED] Bug with TLinearGauge Serie
[SOLVED] Bug with TLinearGauge Serie
Last edited by Komar on Thu Oct 25, 2007 2:21 pm, edited 1 time in total.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
By default, TLinearGauge is associated to the bottom axis and therefore you can set its setttings like this:
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Komar,
This is a known bug (TV52012485) reported earlier this month and liste to be fixed for the next releases.
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 |
Instructions - How to post in this forum |