Page 1 of 1

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

Posted: Tue Jan 18, 2005 10:56 am
by 8121222
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

Posted: Tue Jan 18, 2005 11:05 am
by narcis
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.

What a dummy I am

Posted: Tue Jan 18, 2005 11:12 am
by 8121222
Sorry, I forgot to do the Cast before attempting to set the Value
Apologies

Posted: Tue Jan 18, 2005 11:55 am
by narcis
Don't worry!