<?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 -  how to show the value for each bar in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93820#M3489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few extra tips...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value won't fit on top of a vbar, you might try increasing the width of the bars (using the width= option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hbars typically print their values in a table to the right of the graph, rather than at the ends of the bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the built-in options/features don't provide what you're after, you can use "annotate" to place whatever text you want with each bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2012 14:53:12 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2012-10-15T14:53:12Z</dc:date>
    <item>
      <title>PROC GCHART -  how to show the value for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93817#M3486</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 am using GCHART to display some bars... May I know how to show the value for each bar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 22:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93817#M3486</guid>
      <dc:creator>tparvaiz</dc:creator>
      <dc:date>2012-10-12T22:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GCHART -  how to show the value for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93818#M3487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as part of the options for the VBAR or HBAR&amp;nbsp;&amp;nbsp; INSIDE= &amp;lt;statistic &amp;gt; or OUTSIDE=&amp;lt;statistic&amp;gt; (best without subgrouping).&lt;/P&gt;&lt;P&gt;There are some limitations on which statistic depending on whether the subgroup option is used.&lt;/P&gt;&lt;P&gt;The online help for HBAR, HBAR3D, VBAR and VBAR3D statement in GCHART has details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 22:42:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93818#M3487</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-10-12T22:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GCHART -  how to show the value for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93819#M3488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have some great samples using PROC GCHART that you might find useful.&amp;nbsp;&amp;nbsp; They are available on support.sas.com at &lt;A href="http://support.sas.com/sassamples/graphgallery/PROC_GCHART.html"&gt;http://support.sas.com/sassamples/graphgallery/PROC_GCHART.html&lt;/A&gt;.&amp;nbsp; Other graphic samples are also available another level up at &lt;A href="http://support.sas.com/sassamples/graphgallery/index.html"&gt;http://support.sas.com/sassamples/graphgallery/index.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always find sample code helpful. I hope you find this to be a useful resource as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 13:25:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93819#M3488</guid>
      <dc:creator>reneeharper</dc:creator>
      <dc:date>2012-10-15T13:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GCHART -  how to show the value for each bar</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93820#M3489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A few extra tips...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the value won't fit on top of a vbar, you might try increasing the width of the bars (using the width= option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hbars typically print their values in a table to the right of the graph, rather than at the ends of the bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if the built-in options/features don't provide what you're after, you can use "annotate" to place whatever text you want with each bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2012 14:53:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GCHART-how-to-show-the-value-for-each-bar/m-p/93820#M3489</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-10-15T14:53:12Z</dc:date>
    </item>
  </channel>
</rss>

