This ought to be simple but I dont' see it. Looking at the segments, they seem to be building from the left and I have a half segment on the far right. I would like to right justify the numbers.
thanks
there's no property to right align the numbers, but if you notice the Digits property is an int that specifies the total number of digits that can be displayed at one time, you should be able to display your values correctly.
please let me know if you have any issues with this approach.