<?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 gbarline 9.1.3 code from 9.2 code in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76386#M2837</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to convert some 9.2 gbarline code to 9.1.3 and while I have acheived it to an extent I am having problems with a couple of items.  My main issue is how to create a legend but I am also having an issue with assigning multiple colours to an individual bar.&lt;BR /&gt;
&lt;BR /&gt;
Rather than pasting both sets of code here I thought I'd see if anyone could help first.  Happy to provide the code if you would like to see what I've done.&lt;BR /&gt;
&lt;BR /&gt;
I believe the annotate function may be the way forward but it looks fairly cumbersome alongside the legend function and I just wanted to make sure I wasn't going about things the long way.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks&lt;BR /&gt;
&lt;BR /&gt;
Dave</description>
    <pubDate>Wed, 21 Oct 2009 16:13:59 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-10-21T16:13:59Z</dc:date>
    <item>
      <title>proc gbarline 9.1.3 code from 9.2 code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76386#M2837</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm trying to convert some 9.2 gbarline code to 9.1.3 and while I have acheived it to an extent I am having problems with a couple of items.  My main issue is how to create a legend but I am also having an issue with assigning multiple colours to an individual bar.&lt;BR /&gt;
&lt;BR /&gt;
Rather than pasting both sets of code here I thought I'd see if anyone could help first.  Happy to provide the code if you would like to see what I've done.&lt;BR /&gt;
&lt;BR /&gt;
I believe the annotate function may be the way forward but it looks fairly cumbersome alongside the legend function and I just wanted to make sure I wasn't going about things the long way.&lt;BR /&gt;
&lt;BR /&gt;
Many thanks&lt;BR /&gt;
&lt;BR /&gt;
Dave</description>
      <pubDate>Wed, 21 Oct 2009 16:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76386#M2837</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-21T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: proc gbarline 9.1.3 code from 9.2 code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76387#M2838</link>
      <description>The gbarline procedure is fairly new, and new options &amp;amp; functionality have been added in newer releases (ie, it's an evolving thing).  The "subgroup" option (multiple colored segments within a bar) was added in v9.2, and therefore you will not be able to use that option in v9.1.3's proc gbarline.&lt;BR /&gt;
&lt;BR /&gt;
If you absolutely need a similar graph in v9.1.3, you could use proc gchart to draw the bar chart with sugbroups (multiple colored segments in bars), and then use "annotate" to draw the line.</description>
      <pubDate>Wed, 21 Oct 2009 18:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76387#M2838</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-21T18:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: proc gbarline 9.1.3 code from 9.2 code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76388#M2839</link>
      <description>Thanks Rob, I've just been looking into doing that and it seems the easiest way of doing it, I don't suppose you can point me in the direction of any annotate code that will acheive what I'm after?  &lt;BR /&gt;
I'm trying to learn this as I go against a fairly tight deadline so any help would be appreciated.&lt;BR /&gt;
Many thanks&lt;BR /&gt;
Dave</description>
      <pubDate>Thu, 22 Oct 2009 10:41:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76388#M2839</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-10-22T10:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc gbarline 9.1.3 code from 9.2 code</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76389#M2840</link>
      <description>Here's an example that might help:&lt;BR /&gt;
&lt;BR /&gt;
   &lt;A href="http://robslink.com/SAS/democd31/shoebar.htm" target="_blank"&gt;http://robslink.com/SAS/democd31/shoebar.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
   &lt;A href="http://robslink.com/SAS/democd31/shoebar_info.htm" target="_blank"&gt;http://robslink.com/SAS/democd31/shoebar_info.htm&lt;/A&gt;</description>
      <pubDate>Thu, 22 Oct 2009 12:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-9-1-3-code-from-9-2-code/m-p/76389#M2840</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2009-10-22T12:00:26Z</dc:date>
    </item>
  </channel>
</rss>

