<?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: Ascending Order of my Graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156545#M5853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the graph part of the code available for posting? And, what version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 20:30:16 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2014-09-23T20:30:16Z</dc:date>
    <item>
      <title>Ascending Order of my Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156544#M5852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I plotted a chart which is attached. But I'd like to know is there any way that I can plot in an ascending order of the BLUE portion of the graph. I want my chart to be in ascending order (blue color).&lt;/P&gt;&lt;P&gt;Help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11064i6E670780D023BD39/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Graph.PNG" title="Graph.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156544#M5852</guid>
      <dc:creator>NareshAbburi</dc:creator>
      <dc:date>2014-09-23T20:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ascending Order of my Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156545#M5853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the graph part of the code available for posting? And, what version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156545#M5853</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-09-23T20:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ascending Order of my Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156546#M5854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc gchart data=Multiplot;&lt;/P&gt;&lt;P&gt;vbar Client / sumvar = percent discrete inside = subpct &lt;/P&gt;&lt;P&gt;subgroup = cross;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9.3 Version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156546#M5854</guid>
      <dc:creator>NareshAbburi</dc:creator>
      <dc:date>2014-09-23T20:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Ascending Order of my Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156547#M5855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example where I sort the bars by 1 of the colored bar segments (in this case, the number of gold Olympic medals)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A class="active_link" href="http://robslink.com/SAS/democd70/sochi_olympics_2014.htm"&gt;http://robslink.com/SAS/democd70/sochi_olympics_2014.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A class="active_link" href="http://robslink.com/SAS/democd70/sochi_olympics_2014_info.htm"&gt;http://robslink.com/SAS/democd70/sochi_olympics_2014_info.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sort the data in the desired order, and then assign a 'bar_order' variable, and plot the bars by those numeric bar_order values.&amp;nbsp; I then create a user-defined-format so the numeric bar-order values show up on the axis as the desired text (rather than their numeric value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sochi_olympics_2014.png" class="jive-image-thumbnail jive-image" height="464" src="https://communities.sas.com/legacyfs/online/7482_sochi_olympics_2014.png" width="646" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Ascending-Order-of-my-Graph/m-p/156547#M5855</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-09-24T12:18:05Z</dc:date>
    </item>
  </channel>
</rss>

