A peeve of mine about thinkorswim is that we can’t easily set a fixed width for a chart label, since the character count of the label’s content will change the width of the label. For example, “5005” will create a smaller label horizontally than 5005.50, even if we used extra spaces to pad out the label width. I’m wondering if there is an optimal code pattern for a template solution. E.g. maybe if we could count the value (or text) string length and accordingly add or subtract spaces based on that. Don’t see an obvious way to to that though. Anyone have a thoughts on if it is possible?