The blue dot moves according to the average width.
The formula looks like this;
=IF([@Width]<10.7,LArrow,IF([@Width]>25.1,REPT(" ",34)&RArrow,REPT(" ",([@Width]-10.7)*2.42)&Dot))
I was just curious how something like this is done.
<attachment></attachment><attachment></attachment>