The definition of a standardized residual is the residual values divided by the standard deviation of the residuals. Therefore all that has to be done, is to save the residuals from the regression platform you are using(i.e. Fit Y by X, Fit Model, etc.).
12679_pastedImage_0.png
Then create a new column and in that column
12680_pastedImage_3.png
specify the formula
<Saved Residual Column Name> / Col Std Dev(<Saved Residual Column Name>)
12681_pastedImage_6.png
Then simply go to Graph builder and plot the Standardized Residual column against your X column.
12682_pastedImage_9.png
Jim