LinearGauge Greenline
LinearGauge Greenline
Hi,
i have problems to change the greenline settings at runtime (in powerbuilder)
e.g.
works:
asLinearGauge.RedLine.visible = true
asLinearGauge.RedLine.StartValue = 0
asLinearGauge.RedLine.EndValue = 40
not work:
asLinearGauge.GreenLine.visible = true
asLinearGauge.GreenLine.StartValue = 50
asLinearGauge.GreenLine.EndValue = 100
thanks,
Thomas
i have problems to change the greenline settings at runtime (in powerbuilder)
e.g.
works:
asLinearGauge.RedLine.visible = true
asLinearGauge.RedLine.StartValue = 0
asLinearGauge.RedLine.EndValue = 40
not work:
asLinearGauge.GreenLine.visible = true
asLinearGauge.GreenLine.StartValue = 50
asLinearGauge.GreenLine.EndValue = 100
thanks,
Thomas
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Thomas,
Thanks for the information. I've been able to reproduce the issue here and added it (TA05012939) to our defect list to be fixed for next releases.
Thanks for the information. I've been able to reproduce the issue here and added it (TA05012939) to our defect list to be fixed for 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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Thomas,
The property for that should be:
Anyway, I checked the Color property doesn't work so I've added it to the defect list too.
The property for that should be:
Code: Select all
TChart1.Series(0).asLinearGauge.Face.Gradient.Visible = False
TChart1.Series(0).asLinearGauge.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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Thomas,
It's strange as Color doesn't work fine for me here using v8.0.0.3, which is the first version that supports this series style actually.
It's strange as Color doesn't work fine for me here using v8.0.0.3, which is the first version that supports this series style actually.
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 Thomas,
I just added a LinearGauge series to a new chart and changed those 2 properties. Could you please try exactly the same at your end?
Thanks in advance.
I just added a LinearGauge series to a new chart and changed those 2 properties. Could you please try exactly the same at your end?
Thanks in advance.
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 Thomas,
Please post the files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Please post the files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
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 |