
Hello ,
I have an scale from 0-360 with next markers: a diamond point, a needle and a bar.
The value of the bar in the scale is Bar.Value = Diamond.Value-Needle.Value;
Basically the bar must disappears when the needle raises the diamond point.So more big is the needle, less long is the bar.
My problem with the bar behaviour is that instead to decrease from the Origin , it is decreasing from the end of the bar ( so inverse direction of the needle). I need that bar and needle work in the same direction ( clockwise). I tried to create another scale for the bar with inverse Max and Min , but still not working. How can I get this?