<?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 bar color in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76063#M2824</link>
    <description>How do I specify the color of the bars when using proc gbarline (ie bar inj)?&lt;BR /&gt;
Thank you.&lt;BR /&gt;
proc gbarline data=test;&lt;BR /&gt;
	bar inj /  sumvar=emp_avg&lt;BR /&gt;
	             discrete;&lt;BR /&gt;
	plot / sumvar=rate;&lt;BR /&gt;
run;quit</description>
    <pubDate>Wed, 21 Apr 2010 20:29:25 GMT</pubDate>
    <dc:creator>gzr2mz39</dc:creator>
    <dc:date>2010-04-21T20:29:25Z</dc:date>
    <item>
      <title>proc gbarline bar color</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76063#M2824</link>
      <description>How do I specify the color of the bars when using proc gbarline (ie bar inj)?&lt;BR /&gt;
Thank you.&lt;BR /&gt;
proc gbarline data=test;&lt;BR /&gt;
	bar inj /  sumvar=emp_avg&lt;BR /&gt;
	             discrete;&lt;BR /&gt;
	plot / sumvar=rate;&lt;BR /&gt;
run;quit</description>
      <pubDate>Wed, 21 Apr 2010 20:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76063#M2824</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2010-04-21T20:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: proc gbarline bar color</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76064#M2825</link>
      <description>You should be able to do it using a PATTERN statement, such as:&lt;BR /&gt;
&lt;BR /&gt;
pattern1 color=red;&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan</description>
      <pubDate>Wed, 21 Apr 2010 20:55:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76064#M2825</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-04-21T20:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: proc gbarline bar color</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76065#M2826</link>
      <description>And also, if you're using the subgroup= so that the bars have multiple segments, you can control those colors using multiple pattern statements, such as:&lt;BR /&gt;
&lt;BR /&gt;
pattern1 v=solid color=pink;&lt;BR /&gt;
pattern2 v=solid color=blue;&lt;BR /&gt;
etc&lt;BR /&gt;
&lt;BR /&gt;
And, if you don't specify a color, then the ods style that's being used controls the color, which is another way to control it.</description>
      <pubDate>Thu, 22 Apr 2010 12:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gbarline-bar-color/m-p/76065#M2826</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-04-22T12:03:46Z</dc:date>
    </item>
  </channel>
</rss>

