<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help! Overlapping barlabels in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/377000#M13013</link>
    <description>Hello Sanjay,&lt;BR /&gt;Thank you for your quick Response and suggestions. I will try the Options soon !</description>
    <pubDate>Tue, 18 Jul 2017 13:43:04 GMT</pubDate>
    <dc:creator>Felix_</dc:creator>
    <dc:date>2017-07-18T13:43:04Z</dc:date>
    <item>
      <title>Help! Overlapping barlabels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/375311#M12953</link>
      <description>&lt;P&gt;Hi Communitie,&lt;/P&gt;&lt;P&gt;I build now for a couple of hours the necessary data and graphic --&amp;gt; i am almost confident EXCEPT of the overlapping Barlabels (see attached pictures)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="barlabels.PNG" alt="barlabels.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/10278i9141E339F2805206/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;The code is following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SGPLOT DATA= section_1_2;
  VBAR month / RESPONSE= count1 DATALABEL LEGENDLABEL = "Fiscal year &amp;amp;fiscalyear2.";
  VBAR month / RESPONSE= count2 DATALABEL barwidth=0.5 transparency=0.4  LEGENDLABEL = "Fiscal year &amp;amp;fiscalyear1.";
  YAXIS VALUES= &amp;amp;yaxis OFFSETMIN= 0 LABEL= "Number of Follow-ups";
  XAXIS LABEL= "Month" DISCRETEORDER=DATA ;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did previously some GTL stuff for other projects....but i dont have an idea how to solve this overlapping problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...Maybe i am lacking of creativity --&amp;gt; does someone has a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards &amp;amp; thanks in advance,&lt;/P&gt;&lt;P&gt;Felix S.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 13:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/375311#M12953</guid>
      <dc:creator>Felix_</dc:creator>
      <dc:date>2017-07-12T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Overlapping barlabels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/375315#M12954</link>
      <description>&lt;P&gt;Well, you have two bars with bar labels. &amp;nbsp;So, if the values are close, the labels will overlap. &amp;nbsp;There are multiple solutions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your data is presummarized (does not have multiple observations for same month), you could move one of the labels to the bottom of the bar. &amp;nbsp;If you have SAS 9.40M3, use VBARPARM to display the summarized bars, and overlay a TEXT plot to display the label at the bottom (y=0). &amp;nbsp;If earlier version, use SCATTER with MARKERCHAR. &amp;nbsp;Just create a variable y=0 in the data and use that with the scatter or text plot. &amp;nbsp;Use appropriate color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, you can use a XAXISTABLE to put both bar values under the bars.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 16:04:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/375315#M12954</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-07-12T16:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help! Overlapping barlabels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/377000#M13013</link>
      <description>Hello Sanjay,&lt;BR /&gt;Thank you for your quick Response and suggestions. I will try the Options soon !</description>
      <pubDate>Tue, 18 Jul 2017 13:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-Overlapping-barlabels/m-p/377000#M13013</guid>
      <dc:creator>Felix_</dc:creator>
      <dc:date>2017-07-18T13:43:04Z</dc:date>
    </item>
  </channel>
</rss>

