'Split labels of values on xaxis in a SAS graph into two lines

I have the below graph created by Proc sgplot. Since the labels of values on the xaxis is too long, I want to put them in two lines. For example, instead of "T2 to T3 (Pre-pandemic to initial pandemic)", I'd like to have line 1: T2 to T3 line 2: (Pre-pandemic to initial pandemic)" . I have created these labels using proc format. Thanks for your help.

enter image description here

sas


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source