<?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 hbar: autoref and one different ref in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/hbar-autoref-and-one-different-ref/m-p/97523#M3653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ich have a hbar chart where I want to have autoref dashed in grey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar year / sumvar = mysum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group = mygroup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type = sum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discrete&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoref lref = 2 cref=grey;&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;That's ok how it is. Now I'd like to have an additional reference line at 85 in the color red and not dashed but a solid line. How can I do this by still having the autoref like in the example above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ref = 85 lref = 1 cref = red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then all reference lines are red and in style 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2012 10:13:48 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2012-12-12T10:13:48Z</dc:date>
    <item>
      <title>hbar: autoref and one different ref</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hbar-autoref-and-one-different-ref/m-p/97523#M3653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ich have a hbar chart where I want to have autoref dashed in grey:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar year / sumvar = mysum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; group = mygroup&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type = sum&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discrete&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; autoref lref = 2 cref=grey;&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;That's ok how it is. Now I'd like to have an additional reference line at 85 in the color red and not dashed but a solid line. How can I do this by still having the autoref like in the example above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ref = 85 lref = 1 cref = red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then all reference lines are red and in style 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 10:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hbar-autoref-and-one-different-ref/m-p/97523#M3653</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-12-12T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: hbar: autoref and one different ref</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/hbar-autoref-and-one-different-ref/m-p/97524#M3654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found it myself in the meantime. For all those interesed here's the solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the autoref use:&lt;/P&gt;&lt;P&gt;autoref lautoref = 2 cautoref = grey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the single reference line use:&lt;/P&gt;&lt;P&gt;ref = 85 lref = 1 cref = red&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 11:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/hbar-autoref-and-one-different-ref/m-p/97524#M3654</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-12-12T11:54:20Z</dc:date>
    </item>
  </channel>
</rss>

