Set the title, set a label for the X axis, and create the histogram.


proc sgplot data=sashelp.heart;
  title "Cholesterol Distribution";
  histogram cholesterol;