When external labeling is in effect, Annotate draws the leader line and resets the flag.
   else if flag=1 then
      do;
         function='draw';
         size=.25;
         flag=0;
      end;
   output;
run;