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
I agree with hansw - The Help file really needs to be valid
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Mike,
That's not right, it works in .NET: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.
Code: Select all
gauges1.Value=10;
That's right, you have to use the Value property as mentioned above.Additionally .Add(x) does not set the needle position. Assisitance and feedback would be appreciated.
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 |
What a dummy I am
Sorry, I forgot to do the Cast before attempting to set the Value
Apologies
Apologies
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |
Instructions - How to post in this forum |