<?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, grouped graphic: erase label of bars in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72898#M21144</link>
    <description>If you use axis2 value=none, I think you will accomplish your mission</description>
    <pubDate>Wed, 23 Sep 2009 19:52:34 GMT</pubDate>
    <dc:creator>Bill</dc:creator>
    <dc:date>2009-09-23T19:52:34Z</dc:date>
    <item>
      <title>proc gchart, grouped graphic: erase label of bars</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72897#M21143</link>
      <description>Dear all,&lt;BR /&gt;
&lt;BR /&gt;
I have a grouped hbar graphic. Now I'd like to erase the label for the bars on the axis. (Because they are so long and I put them in a legend with a trick: I used subgroup = myvalues where myvalues is the hight of the bars.)&lt;BR /&gt;
&lt;BR /&gt;
Here's my code:&lt;BR /&gt;
&lt;BR /&gt;
legend2 label=none;&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=work.graphic;&lt;BR /&gt;
&lt;BR /&gt;
vbar myvalues / sumvar = mysum				   &lt;BR /&gt;
                       subgroup = myvalues /* to create the legend */&lt;BR /&gt;
	       group = mydate&lt;BR /&gt;
                       raxis=axis1 maxis=axis2 gaxis=axis3&lt;BR /&gt;
                       legend=legend2;&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Eva</description>
      <pubDate>Wed, 23 Sep 2009 13:51:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72897#M21143</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2009-09-23T13:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart, grouped graphic: erase label of bars</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72898#M21144</link>
      <description>If you use axis2 value=none, I think you will accomplish your mission</description>
      <pubDate>Wed, 23 Sep 2009 19:52:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72898#M21144</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2009-09-23T19:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc gchart, grouped graphic: erase label of bars</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72899#M21145</link>
      <description>Hi Bill,&lt;BR /&gt;
&lt;BR /&gt;
thanx a lot! That did it!&lt;BR /&gt;
&lt;BR /&gt;
Best wishes&lt;BR /&gt;
Eva</description>
      <pubDate>Mon, 28 Sep 2009 13:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gchart-grouped-graphic-erase-label-of-bars/m-p/72899#M21145</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2009-09-28T13:06:40Z</dc:date>
    </item>
  </channel>
</rss>

