This has to be the stupidest question I have ever asked...
..but how to set the value of a RadRadialGauge?
It works OK for me on most of the RadRadialGauge styles available, but on this one, I can't set the value.
( don't know how to describe the option, so I included a screen shot.)
I'm just using the same code as with the other options:
Private Sub redrawGauge()
...
With RadRadialGauge1
.RangeStart = 0
.RangeEnd = 3
.Value = 1
End With
End Sub
What could possibly go wrong?
I can even query he .value property, and it reads-back correctly. What it doesn't do is show visually. It just stays at the maximum value.
What am I doing wrong please?