linear gauge

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
newcomer
Newbie
Newbie
Posts: 6
Joined: Wed Aug 01, 2007 12:00 am

linear gauge

Post by newcomer » Tue Aug 07, 2007 7:22 am

Hello

I want to configure a linear gauge in the editor (remove the border, change the backcolor...). But all changes doesn't work. When excecuting the program I always see the standard gauge.

Is this a bug? Or shut I program the changes via code?

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

Post by Narcís » Tue Aug 07, 2007 10:23 am

Hi newcomer,

It works fine here using the What's New?\Welcome !\New Series\Gauges\Linear Gauge example in the features demo, pressing the Edit Top Series button. The features demo can be found at TeeChart's program group.

Would you be so kind which exact properties are not working at your end and also let us know the TeeChart version you are using?

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

newcomer
Newbie
Newbie
Posts: 6
Joined: Wed Aug 01, 2007 12:00 am

Post by newcomer » Tue Aug 07, 2007 11:28 am

version 3.2.2763.26082

here are the properties:

linearGauge1.FaceBrush.Color
linearGauge1.Frame.(InnerBand / MiddleBand / OuterBand).Color
linearGauge1.Frame.(InnerBand / MiddleBand / OuterBand).Visible = false;
linearGauge1.GreenLine.Visible = false;
linearGauge1.RedLine.Visible = false;

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

Post by Narcís » Tue Aug 07, 2007 11:43 am

Hi newcomer,

Thanks for the information.

Yes, you are right. When setting those properties at design-time they are not serialized and not persisted at run-time.

I've added this bug (TF02012384) to our defect list to be fixed for the next releases. In the meantime, the only workaround is setting them programmatically at run-time.
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

Post Reply