LinearGauge Greenline

TeeChart for ActiveX, COM and ASP
Post Reply
Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

LinearGauge Greenline

Post by Icon-User » Thu Apr 03, 2008 2:35 pm

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

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 Apr 03, 2008 2:51 pm

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.
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

Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

Post by Icon-User » Mon Apr 28, 2008 10:22 am

Hi,

I have the same problems with
asLinearGauge.Back.Color

Thanks,
Thomas

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

Post by Narcís » Mon Apr 28, 2008 10:30 am

Hi Thomas,

The property for that should be:

Code: Select all

    TChart1.Series(0).asLinearGauge.Face.Gradient.Visible = False
    TChart1.Series(0).asLinearGauge.Face.Color = clRed
Anyway, I checked the Color property doesn't work so I've added it to the defect list too.
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

Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

Post by Icon-User » Mon Apr 28, 2008 10:37 am

Hi,

both properties work for me.

Thanks,
Thomas

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

Post by Narcís » Mon Apr 28, 2008 10:40 am

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.
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

Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

Post by Icon-User » Mon Apr 28, 2008 11:05 am

That is really strange.
Maybe other properties influence the color property...
[/img]

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

Post by Narcís » Mon Apr 28, 2008 12:21 pm

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.
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

Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

Post by Icon-User » Mon Apr 28, 2008 12:36 pm

Hi,

I did the same things and it works...
I can send screenshots or teechart file to you (email?)

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

Post by Narcís » Mon Apr 28, 2008 12:42 pm

Hi Thomas,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Icon-User
Newbie
Newbie
Posts: 12
Joined: Thu Feb 28, 2008 12:00 am
Contact:

Post by Icon-User » Mon Apr 28, 2008 12:51 pm

I post the files to the upload page (linear_gauge.zip -> screenshots and teechart file)

Post Reply