<?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: SGPANEL Group Legend Order in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580888#M18683</link>
    <description>Is the variable actarmN a numeric or character variable and does it have a format applied?</description>
    <pubDate>Tue, 13 Aug 2019 17:02:20 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-08-13T17:02:20Z</dc:date>
    <item>
      <title>SGPANEL Group Legend Order</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580885#M18681</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to order the legend (for Actual Arm) in sgpanel sequentially? Thank you!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgpanel data=final;
*styleattrs datasymbols=(circlefilled x trianglefilled) ;
 panelby reason;
 series x=dsstdy y=percent2 /group=actarmn tip=(subjid dsstdy percent) tiplabel=(auto 'study day') 
 																	 markers markerattrs=(symbol=circlefilled size=10) lineattrs = (thickness = 2);
 colaxis grid values=(1 to 240 by 20);
 rowaxis grid values=(0 to 10 by 1);
run ; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31705iD223EF041C818118/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 16:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580885#M18681</guid>
      <dc:creator>mglogan</dc:creator>
      <dc:date>2019-08-13T16:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL Group Legend Order</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580888#M18683</link>
      <description>Is the variable actarmN a numeric or character variable and does it have a format applied?</description>
      <pubDate>Tue, 13 Aug 2019 17:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580888#M18683</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-13T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL Group Legend Order</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580892#M18684</link>
      <description>What happens if you add GroupOrder=Ascending option to the Series statement?</description>
      <pubDate>Tue, 13 Aug 2019 17:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580892#M18684</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-13T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL Group Legend Order</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580896#M18686</link>
      <description>&lt;P&gt;Oh thank you! the grouporder= option worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value of actarmn is numeric, and I planned to apply a format to the numeric value.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 17:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580896#M18686</guid>
      <dc:creator>mglogan</dc:creator>
      <dc:date>2019-08-13T17:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL Group Legend Order</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580897#M18687</link>
      <description>I was asking that to see if it had a format applied and for some reason was sorting according to the underlying value rather than displayed value. Glad that GroupOrder worked.</description>
      <pubDate>Tue, 13 Aug 2019 17:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-Group-Legend-Order/m-p/580897#M18687</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-13T17:11:12Z</dc:date>
    </item>
  </channel>
</rss>

