I agree with hansw - The Help file really needs to be valid

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike
Newbie
Newbie
Posts: 20
Joined: Fri Nov 15, 2002 12:00 am

I agree with hansw - The Help file really needs to be valid

Post by Mike » Tue Jan 18, 2005 10:56 am

Problem,

The help file states that to set the Value property of the gauge series
Gets or sets the position of gauge arrow line.

Unfortunately this is not available in the .NET version.

Additionally .Add(x) does not set the needle position. Assisitance and feedback would be appreciated.

Thanks

Mike McCann

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 Jan 18, 2005 11:05 am

Hi Mike,
The help file states that to set the Value property of the gauge series
Gets or sets the position of gauge arrow line.

Unfortunately this is not available in the .NET version.
That's not right, it works in .NET:

Code: Select all

gauges1.Value=10;
Additionally .Add(x) does not set the needle position. Assisitance and feedback would be appreciated.
That's right, you have to use the Value property as mentioned above.
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

Mike
Newbie
Newbie
Posts: 20
Joined: Fri Nov 15, 2002 12:00 am

What a dummy I am

Post by Mike » Tue Jan 18, 2005 11:12 am

Sorry, I forgot to do the Cast before attempting to set the Value
Apologies

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 Jan 18, 2005 11:55 am

Don't worry!
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