<?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 proc SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-SGPLOT/m-p/404542#M13813</link>
    <description>&lt;P&gt;Why don't the labels for the colors in my stacked chart show at the bottom?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title "100% Stacked Bar Chart";
proc sgplot data = freqout keylegend;
vbar Event_Entered_Month / response=Percent group = buckets groupdisplay=stack;
xaxis discreteorder=data DISPLAY=ALL;
yaxis grid values=(0 to 100 by 10) DISPLAY=ALL label = "Percentage of Total by Month" ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 16 Oct 2017 18:29:47 GMT</pubDate>
    <dc:creator>labin</dc:creator>
    <dc:date>2017-10-16T18:29:47Z</dc:date>
    <item>
      <title>proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-SGPLOT/m-p/404542#M13813</link>
      <description>&lt;P&gt;Why don't the labels for the colors in my stacked chart show at the bottom?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title "100% Stacked Bar Chart";
proc sgplot data = freqout keylegend;
vbar Event_Entered_Month / response=Percent group = buckets groupdisplay=stack;
xaxis discreteorder=data DISPLAY=ALL;
yaxis grid values=(0 to 100 by 10) DISPLAY=ALL label = "Percentage of Total by Month" ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Oct 2017 18:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-SGPLOT/m-p/404542#M13813</guid>
      <dc:creator>labin</dc:creator>
      <dc:date>2017-10-16T18:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-SGPLOT/m-p/404547#M13814</link>
      <description>&lt;P&gt;KEYLEGEND is not an option on the PROC SGPLOT statement -- it is its own statement. For this example, the legend should automatically appear, unless the legend takes up greater than 20% of the graph area (check your log for a note). If it is dropped due to size, you can adjust that size threshold by using the MAXLEGENDAREA option on the ODS GRAPHICS statement. There is a NOAUTOLEGEND option on the PROC statement that disables this automatic legend. The KEYLEGEND statement can be used to create a custom legend or modify attributes of the automatic legend. See the documentation for examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 18:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-SGPLOT/m-p/404547#M13814</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-10-16T18:40:36Z</dc:date>
    </item>
  </channel>
</rss>

