<?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: proc gchart annotate target for each bar in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195556#M7252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all: i got this now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph barchart;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle&amp;nbsp; "&amp;amp;wafersource_list";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / &lt;/P&gt;&lt;P&gt;&amp;nbsp; yaxisopts=(offsetmin=0 &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; label="Conc (E10A/cm2)"&lt;/P&gt;&lt;P&gt;&amp;nbsp; tickstyle=across); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=element y=Conc / name='a'&amp;nbsp; fillattrs=(color=cxFFFF66)&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=element y=WL / name='b' markerattrs=(symbol=HomeDown);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=element y=SL / name='c' markerattrs=(symbol=HomeDownFilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend 'a' 'b' 'c';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i would like to now is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1: remove the border around the graph&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2: put more ticks on the y ax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 10:46:54 GMT</pubDate>
    <dc:creator>Filipvdr</dc:creator>
    <dc:date>2015-08-12T10:46:54Z</dc:date>
    <item>
      <title>proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195543#M7239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several countries on my x-axis.&lt;/P&gt;&lt;P&gt;On the y-axis there is the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to set a different target for each country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: FRANCE: min 10: bonus: 30&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; GERMANY: min 20: bonus: 50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;proc gchart data=final_table;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp; vbar country / sumvar=Value raxis=axis1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&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; nozero anno=anno&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&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; DISCRETE ; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;run;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 09:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195543#M7239</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-10T09:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195544#M7240</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 answered a very similar question in this thread:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="86059" __jive_macro_name="thread" class="jive_macro jive_macro_thread" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Simple answer - move to Graph Template Language.&amp;nbsp; You can then have dynamic variables in the template and specify them at run time.&lt;/P&gt;&lt;P&gt;The other method is to generate the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 09:48:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195544#M7240</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-10T09:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195545#M7241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RW9, thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a second graph with the graph template. Now it looks like my Barchart. In my dataset i have SL, and WL. Which are 2 reference lines, but they are different for each element. &lt;/P&gt;&lt;P&gt;Which should i do next?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;proc template;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define statgraph barchart;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle "Average Mileage by Vehicle Type";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=element&amp;nbsp; y=Conc /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stat=sum orient=vertical ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender data=txrf_final_table template=barchart;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 10:45:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195545#M7241</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-10T10:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195546#M7242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be as simple as:&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; define statgraph barchart;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle "Average Mileage by Vehicle Type";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=element&amp;nbsp; y=Conc /&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; stat=sum orient=vertical ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; refline sl / lineattrs=(pattern=dash);&lt;/P&gt;&lt;P&gt;&amp;nbsp; refline wl / lineattrs=(pattern=solid);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;proc sgrender data=txrf_final_table template=barchart;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need reference on anything graph orientated, I would recommend looking at this blog: &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" title="http://blogs.sas.com/content/graphicallyspeaking/"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It has examples of pretty much everything, examples given in both sgplot and GTL in most cases.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 10:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195546#M7242</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-10T10:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195547#M7243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RW9 has provided the code needed for this case using GTL.&amp;nbsp; I cannot see the result since the data is not included.&amp;nbsp; The REFLINE statements are SGPLOT versions and will not work in GTL.&amp;nbsp; With GTL, you need:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Referenceline y=sl / lineattrs=(pattern=solid);&lt;/P&gt;&lt;P&gt;One reason to use GTL in this case would be the TARGET option.&amp;nbsp; See documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can also use SGPLOT procedure to do the same.&amp;nbsp; I used sashelp.cars to see some results.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Refline values can be numbers, macro variables or columns in the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title&amp;nbsp; "Average Mileage by Vehicle Type";&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars;&lt;/P&gt;&lt;P&gt;vbar type / response=mpg_city stat=mean;&lt;/P&gt;&lt;P&gt;refline 10 / lineattrs=(pattern=dash);&lt;/P&gt;&lt;P&gt;refline 20 / lineattrs=(pattern=solid);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:25:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195547#M7243</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-08-10T13:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195548#M7244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answers but this is not what I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to draw a small line on each bar , one SL, one WL. &lt;STRONG&gt;The SL and WL is different for each BAR&lt;/STRONG&gt;! Actually it is more lixe a boxplot, but without the boxes? &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:30:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195548#M7244</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-10T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195549#M7245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, you need to overlay two statements, one to draw the bar, one to draw the target.&lt;/P&gt;&lt;P&gt;Which version of SAS are you using (with maintenance level)?&amp;nbsp; Do you have SAS 9.3 or higher?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195549#M7245</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-08-10T13:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195550#M7246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just from my side here, I would do this kind of thing for normal ranges.&amp;nbsp; First I would take a distinct list and in that dataset have the higher lower for each parameter as this will differ.&amp;nbsp; From that dataset I then generate the code:&lt;/P&gt;&lt;P&gt;data refs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; param="ABC"; higher=23; lower=4; output;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; param="DEF"; higher=12; lower=8; output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic _h _l;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Referenceline y=_h / lineattrs=(pattern=solid) name="UpperRange";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Referenceline y=_l / lineattrs=(pattern=solid) name="LowerRange";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set refs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; call execute(cats('proc sgrender data=have (where=(param="',param,'")) template=...; dynamic _h=',put(higher,best.),' _l=',put(lower,best.),'; run;');&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way the sgrender is called once per parameter and the dynamic variable is set to the respective range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:42:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195550#M7246</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-10T13:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195551#M7247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have SAS 9.2 &lt;/P&gt;&lt;P&gt;For Base Product ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 9.21_M3&lt;/P&gt;&lt;P&gt;For SAS/STAT ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 9.22&lt;/P&gt;&lt;P&gt;For SAS/GRAPH ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Custom version information: 9.21_M2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195551#M7247</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-10T13:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195552#M7248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but the reference line can NOT be drawn over the whole graph. Only on the bar where it should be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:48:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195552#M7248</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-10T13:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195553#M7249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have less options with SAS 9.2, and may need to use GTL as suggested by RW9.&amp;nbsp; I would use an overlay of bars and scatter.&lt;/P&gt;&lt;P&gt;To get a line over the bar, you may need some more code.&amp;nbsp; Easier with SAS 9.3 or later.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc means data=sashelp.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp; class type;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var mpg_city mpg_highway;&lt;/P&gt;&lt;P&gt;&amp;nbsp; output out=cars(where=(_type_ &amp;gt; 0))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mean (mpg_city mpg_highway)=city highway;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph bars;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle&amp;nbsp; "Average Mileage by Vehicle Type";;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / yaxisopts=(offsetmin=0);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=type y=city / name='a';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=type y=highway / name='b';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend 'a' 'b';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgrender data=cars template=bars;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:54:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195553#M7249</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-08-10T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195554#M7250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Sanjay, this is already more the way they want it to be. I will look further now to customize and change the icons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195554#M7250</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-10T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195555#M7251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Time to upgrade.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; Anything higher than SAS 9.2 will provide you more options, including annotation. &lt;/P&gt;&lt;P&gt;I came into this thread a bit late because I figured GCHART with annotate would be the right solution, especially with SAS 9.2.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Why did that not work?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 14:33:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195555#M7251</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-08-10T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195556#M7252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all: i got this now:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph barchart;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle&amp;nbsp; "&amp;amp;wafersource_list";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / &lt;/P&gt;&lt;P&gt;&amp;nbsp; yaxisopts=(offsetmin=0 &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; label="Conc (E10A/cm2)"&lt;/P&gt;&lt;P&gt;&amp;nbsp; tickstyle=across); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=element y=Conc / name='a'&amp;nbsp; fillattrs=(color=cxFFFF66)&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=element y=WL / name='b' markerattrs=(symbol=HomeDown);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=element y=SL / name='c' markerattrs=(symbol=HomeDownFilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend 'a' 'b' 'c';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i would like to now is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1: remove the border around the graph&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2: put more ticks on the y ax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195556#M7252</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-12T10:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195557#M7253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, to remove the border it should be as straightforward as:&lt;/P&gt;&lt;P&gt;ods graphics / reset=all height=15cm width=19cm noborder;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more tickaxis values:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;yaxisopts=(offsetmin=0 label="Conc (E10A/cm2)" tickstyle=across tickvaluesequence=(start=0 end=100 increment=10));&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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;&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;&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;&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;&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;&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;&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Change these to your ranges.&amp;nbsp; You could also put a list in there and specify exactly what ticks you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 10:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195557#M7253</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-08-12T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195558#M7254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot RW9. I have put my max and increment into some macro variables. works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics / reset=all height=15cm width=19cm noborder;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph barchart;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle&amp;nbsp; "&amp;amp;wafersource_list";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / &lt;/P&gt;&lt;P&gt;&amp;nbsp; yaxisopts=(offsetmin=0 &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; label="Conc (E10A/cm2)"&lt;/P&gt;&lt;P&gt;&amp;nbsp; tickstyle=across &lt;/P&gt;&lt;P&gt;&amp;nbsp; linearopts= (tickvaluesequence=(start=0 end=&amp;amp;max increment=&amp;amp;interval))); &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=element y=Conc / name='a'&amp;nbsp; fillattrs=(color=cxFFFF66)&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=element y=WL / name='b' markerattrs=(symbol=HomeDown);&lt;/P&gt;&lt;P&gt;&amp;nbsp; scatterplot x=element y=SL / name='c' markerattrs=(symbol=HomeDownFilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend 'a' 'b' 'c';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 11:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/195558#M7254</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2015-08-12T11:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart annotate target for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/226611#M8207</link>
      <description>&lt;P&gt;Here's one way to do it, using GChart &amp;amp; Annotate ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data foo;&lt;BR /&gt;input country $ 1-10 value sl wl;&lt;BR /&gt;datalines;&lt;BR /&gt;France 12 10 30&lt;BR /&gt;Germany 35 20 50&lt;BR /&gt;Turkey 20 25 35&lt;BR /&gt;Greece 10 30 45&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data anno_lines; set foo;&lt;BR /&gt;length function color $8;&lt;BR /&gt;ysys='2'; hsys='3'; when='a';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function='move'; midpoint=country; xsys='2'; y=sl; output;&lt;BR /&gt;function='move'; x=-10; xsys='7'; output;&lt;BR /&gt;function='draw'; x=10*2; size=1.0; color='red'; output;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function='move'; midpoint=country; xsys='2'; y=wl; output;&lt;BR /&gt;function='move'; x=-10; xsys='7'; output;&lt;BR /&gt;function='draw'; x=10*2; size=1.0; color='green'; output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;axis1 label=none value=(angle=90);&lt;BR /&gt;axis2 label=none order=(0 to 60 by 10);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;pattern1 v=s c=cx63B8FF;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gchart data=foo anno=anno_lines;&lt;BR /&gt;vbar country / type=sum sumvar=value&lt;BR /&gt;maxis=axis1 raxis=axis2 noframe&lt;BR /&gt;width=4 space=3;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/263i986B84992D1D48A9/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="foo.png" title="foo.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 17:31:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-gchart-annotate-target-for-each-bar/m-p/226611#M8207</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2015-09-21T17:31:10Z</dc:date>
    </item>
  </channel>
</rss>

