Hello and thank for this great controls. I would like to give to my SfCircularGauge a range from a positive numer (e.g. 50) at the leftmost edge, to 0 at the rightmost.
I need to do this by code, so:
gaugeScale.StartValue = 50;
gaugeScale.EndValue = 0;
But the result is that the higest numer (50) is always at the rightmost edge. Can you help me?
Thanks