label.setRotate(270)
The ... text you are seeing is the default value of ellipsisStringProperty when the text is truncated due to narrow bounds. The label.setMinWidth(200); should solve of the issue of disappearance.
...
ellipsisStringProperty
label.setMinWidth(200);