I had the same problem until I tried using truncateToFit="false"

By default, it's set to true. If you put it inside your
Code:
<mx:Whatever label="Hey There" truncateToFit="false"/>
it should work.