<?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: HOW to create a LEGEND in sas eguide5.1  with the  &amp;quot;grouped colored vertical bar&amp;quot; char in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/HOW-to-create-a-LEGEND-in-sas-eguide5-1-with-the-quot-grouped/m-p/647025#M36005</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16722"&gt;@Jaheuk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a VBAR statement in PROC SGPLOT to create this kind of graph.&lt;/P&gt;
&lt;P&gt;Hereafter is a blog post with meaningful examples on how to use efficiently options such as&amp;nbsp;groupdisplay=cluster or stack depending on what you want.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sascom/2011/08/22/how-to-make-a-cluster-grouped-bar-chart-graph-using-sas-sg-procedures/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/sascom/2011/08/22/how-to-make-a-cluster-grouped-bar-chart-graph-using-sas-sg-procedures/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, this material presents how to get customized legends, and especially how to make the most of the&lt;SPAN&gt;&amp;nbsp;KEYLEGEND statement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/12/03/tips-customize-legends-proc-sgplot.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2018/12/03/tips-customize-legends-proc-sgplot.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not hesitate to share some sample datalines so that we can help you build the desired graph output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2020 10:15:36 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-05-12T10:15:36Z</dc:date>
    <item>
      <title>HOW to create a LEGEND in sas eguide5.1  with the  "grouped colored vertical bar" chart</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/HOW-to-create-a-LEGEND-in-sas-eguide5-1-with-the-quot-grouped/m-p/647015#M36003</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;when using&amp;nbsp;"grouped colored vertical bar" chart there is no possibility to check the legend option like in other graphs.&lt;/P&gt;
&lt;P&gt;(however it can be done in the html output, but when you re-create the graph the legend is gone).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can somebody give me a coded example to I can do it hard coded ?&lt;/P&gt;
&lt;P&gt;Even this works not with me &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gr,&lt;/P&gt;
&lt;P&gt;Herman&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 09:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/HOW-to-create-a-LEGEND-in-sas-eguide5-1-with-the-quot-grouped/m-p/647015#M36003</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2020-05-12T09:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: HOW to create a LEGEND in sas eguide5.1  with the  "grouped colored vertical bar" char</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/HOW-to-create-a-LEGEND-in-sas-eguide5-1-with-the-quot-grouped/m-p/647025#M36005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16722"&gt;@Jaheuk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a VBAR statement in PROC SGPLOT to create this kind of graph.&lt;/P&gt;
&lt;P&gt;Hereafter is a blog post with meaningful examples on how to use efficiently options such as&amp;nbsp;groupdisplay=cluster or stack depending on what you want.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sascom/2011/08/22/how-to-make-a-cluster-grouped-bar-chart-graph-using-sas-sg-procedures/" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/sascom/2011/08/22/how-to-make-a-cluster-grouped-bar-chart-graph-using-sas-sg-procedures/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then, this material presents how to get customized legends, and especially how to make the most of the&lt;SPAN&gt;&amp;nbsp;KEYLEGEND statement:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/12/03/tips-customize-legends-proc-sgplot.html" target="_blank" rel="noopener"&gt;https://blogs.sas.com/content/iml/2018/12/03/tips-customize-legends-proc-sgplot.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not hesitate to share some sample datalines so that we can help you build the desired graph output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 10:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/HOW-to-create-a-LEGEND-in-sas-eguide5-1-with-the-quot-grouped/m-p/647025#M36005</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-12T10:15:36Z</dc:date>
    </item>
  </channel>
</rss>

