<?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: Hiding Vertical Bar Totals in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274192#M9787</link>
    <description>&lt;P&gt;Remove the MEAN option, and the labels will go away.&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2016 20:01:03 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-05-31T20:01:03Z</dc:date>
    <item>
      <title>Hiding Vertical Bar Totals</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274154#M9786</link>
      <description>&lt;P&gt;I'm using SAS EG 5.1. Is there an option for hiding the totals that display at the top of each bar with the vbar statement? I think NOSTATS may be the option for hbar. Is there an equivilent option for vbar? My code is included below and I've attached my output&amp;nbsp;if it helps. Thanks.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc gchart data=two ; 
 vbar var1 / type=mean 
             sumvar=var2 
			 discrete
			 width=5
			 gspace=8
             mean 
			 space=0
             group=year
			 subgroup=category2
             axis=axis1 
             maxis=axis2 
			 gaxis=axis3
             ctext=black 
             noframe
			 nolegend;

axis1 label=(f='helvetica' c=black h=1.2 r=0 a=90 "Label")
      value=(f='helvetica' h=.7 c=black);
axis2 label=("") value=(f='helvetica' h=.7 c=black);
axis3 label=("") value=(f='helvetica' h=.7 c=black);

pattern1 value=solid color=tan;
pattern2 value=solid color=red;
pattern3 value=solid color=green;
pattern4 value=solid color=orange;
pattern5 value=solid color=purple;
pattern6 value=solid color=vlibg;
pattern7 value=solid color=yellow;
pattern8 value=solid color=blue;

run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 May 2016 16:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274154#M9786</guid>
      <dc:creator>MFOLEY20</dc:creator>
      <dc:date>2016-05-31T16:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Vertical Bar Totals</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274192#M9787</link>
      <description>&lt;P&gt;Remove the MEAN option, and the labels will go away.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 20:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274192#M9787</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-05-31T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding Vertical Bar Totals</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274193#M9788</link>
      <description>&lt;P&gt;Thanks a bunch!&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 20:05:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Hiding-Vertical-Bar-Totals/m-p/274193#M9788</guid>
      <dc:creator>MFOLEY20</dc:creator>
      <dc:date>2016-05-31T20:05:26Z</dc:date>
    </item>
  </channel>
</rss>

