<?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 Define statgraph in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Define-statgraph/m-p/761964#M30349</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm totally new to SAS. I want to display a barchart of a question from a survey which can have multiple answers, so I have a table of the different treatments that were selected by the participants and their counts. I used the new define statgraph feature to generate the barchart instead of using the stat vertical bar chart. I used the template from the documentation. I would like to NOT display the "treatment" in the xaxis because the labels of the variables are self-explanatory. Below is what I have. What code do I need to have to tell it not display the label?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;define statgraph barchart;&lt;BR /&gt;begingraph;&lt;BR /&gt;entrytitle "What cacner treatment(s) have you had?";&lt;BR /&gt;layout overlay;&lt;BR /&gt;barchart category=treatment response=frequency /&lt;BR /&gt;stat=mean orient=horizontal;&lt;BR /&gt;endlayout;&lt;BR /&gt;endgraph;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;proc sgrender data=sasdata.augtx2021 template=barchart;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 02:36:02 GMT</pubDate>
    <dc:creator>katslau</dc:creator>
    <dc:date>2021-08-17T02:36:02Z</dc:date>
    <item>
      <title>Define statgraph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Define-statgraph/m-p/761964#M30349</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm totally new to SAS. I want to display a barchart of a question from a survey which can have multiple answers, so I have a table of the different treatments that were selected by the participants and their counts. I used the new define statgraph feature to generate the barchart instead of using the stat vertical bar chart. I used the template from the documentation. I would like to NOT display the "treatment" in the xaxis because the labels of the variables are self-explanatory. Below is what I have. What code do I need to have to tell it not display the label?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;define statgraph barchart;&lt;BR /&gt;begingraph;&lt;BR /&gt;entrytitle "What cacner treatment(s) have you had?";&lt;BR /&gt;layout overlay;&lt;BR /&gt;barchart category=treatment response=frequency /&lt;BR /&gt;stat=mean orient=horizontal;&lt;BR /&gt;endlayout;&lt;BR /&gt;endgraph;&lt;BR /&gt;end;&lt;/P&gt;&lt;P&gt;proc sgrender data=sasdata.augtx2021 template=barchart;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:36:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Define-statgraph/m-p/761964#M30349</guid>
      <dc:creator>katslau</dc:creator>
      <dc:date>2021-08-17T02:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Define statgraph</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Define-statgraph/m-p/762039#M30353</link>
      <description>It is about GTL question. better post it at &lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;can calling master of GTL &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4628"&gt;@tc&lt;/a&gt;</description>
      <pubDate>Tue, 17 Aug 2021 12:52:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Define-statgraph/m-p/762039#M30353</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-08-17T12:52:41Z</dc:date>
    </item>
  </channel>
</rss>

