<?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 GBARLINE values for the line in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65587#M2236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This SGPLOT code should give you the equivalent result of GBARLINE with data labels on both charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;y2axis min=0;&lt;/P&gt;&lt;P&gt;vbar age / response=height datalabel;&lt;/P&gt;&lt;P&gt;vline age / response=weight y2axis datalabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 18:24:35 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2011-07-06T18:24:35Z</dc:date>
    <item>
      <title>GBARLINE values for the line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65583#M2232</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
when using proc gbarline to create a bar-line diagram is there any way to show the sum of the bars as well as the sum of the line values in the diagram? I know that you can use ouside=sum or inside=sum to write the values of the bar, but we would like to show the values of the vaiable shown as a line in the same diagram as well.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your held.&lt;BR /&gt;
Sandra</description>
      <pubDate>Mon, 08 Mar 2010 09:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65583#M2232</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-08T09:22:32Z</dc:date>
    </item>
    <item>
      <title>GBARLINE values for the line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65584#M2233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this question has been sitting around a while - better late than never! &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;I've run into the same limitation - currently, I do not think there is a way to do this with gbarline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a request (S0175859) to have gbarline support the 'pointlabel' option on the symbol statement.&lt;/P&gt;&lt;P&gt;And also a request (S0293117) to have gbarline support 'annotate' on the plot line.&lt;/P&gt;&lt;P&gt;But neither of these are available as of the 9.3 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps somebody knows of a work-around with proc sgplot(?)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 17:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65584#M2233</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-07-01T17:57:22Z</dc:date>
    </item>
    <item>
      <title>GBARLINE values for the line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65585#M2234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Although not as straight forward as GBARLINE it is possible to obtain some of the same functionality with GPLOT and annotate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 04:53:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65585#M2234</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2011-07-05T04:53:49Z</dc:date>
    </item>
    <item>
      <title>GBARLINE values for the line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65586#M2235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even without annotate ... but there are tradeoffs &amp;amp; limitations &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;P&gt;&lt;/P&gt;&lt;P&gt;axis1 label=(angle=90);&lt;/P&gt;&lt;P&gt;axis2 label=(angle=90);&lt;/P&gt;&lt;P&gt;axis3 value=(angle=90) minor=none;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 value=none interpol=needle width=7 color=blue&lt;/P&gt;&lt;P&gt; pointlabel=(color=blue position=top height=1.5pct);&lt;/P&gt;&lt;P&gt;symbol2 value=dot interpol=join color=red&lt;/P&gt;&lt;P&gt; pointlabel=(color=red height=1.5pct);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.tourism;&lt;/P&gt;&lt;P&gt;format vsp cpisp comma5.1;&lt;/P&gt;&lt;P&gt;plot vsp*year=1 / vaxis=axis1 haxis=axis3;&lt;/P&gt;&lt;P&gt;plot2 cpisp*year=2 / vaxis=axis2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 13:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65586#M2235</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2011-07-05T13:53:39Z</dc:date>
    </item>
    <item>
      <title>GBARLINE values for the line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65587#M2236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This SGPLOT code should give you the equivalent result of GBARLINE with data labels on both charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;&lt;P&gt;y2axis min=0;&lt;/P&gt;&lt;P&gt;vbar age / response=height datalabel;&lt;/P&gt;&lt;P&gt;vline age / response=weight y2axis datalabel;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 18:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GBARLINE-values-for-the-line/m-p/65587#M2236</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-07-06T18:24:35Z</dc:date>
    </item>
  </channel>
</rss>

