<?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 How not to display the data labels at the bar chart in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-not-to-display-the-data-labels-at-the-bar-chart/m-p/802834#M33291</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to SAS programs. I inherited this program from an ex-coworker and needed to create new graph. I'm making cluster bar charts and don't want to display the data number at the bottom of the bars. How can I remove them?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title "OVERALL HEALTH &amp;amp; WELL-BEING";&lt;BR /&gt;proc sgplot data= sasdata.cruise&amp;amp;date;&lt;BR /&gt;vbar Q156_1 /stat=percent datalabel;&lt;BR /&gt;xaxistable Q156_1 / location=inside stat=freq;&lt;/P&gt;&lt;P&gt;%include " &amp;amp;fmtpath\sas format statement_v3.sas";&lt;BR /&gt;%include " &amp;amp;fmtpath\sas labels_v3.sas";&lt;BR /&gt;title2 "A3.In the past 7 days,I feel close to my friends";&lt;BR /&gt;xaxis display=(nolabel); run; title2; quit;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 16:36:46 GMT</pubDate>
    <dc:creator>katslau</dc:creator>
    <dc:date>2022-03-18T16:36:46Z</dc:date>
    <item>
      <title>How not to display the data labels at the bar chart</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-not-to-display-the-data-labels-at-the-bar-chart/m-p/802834#M33291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm new to SAS programs. I inherited this program from an ex-coworker and needed to create new graph. I'm making cluster bar charts and don't want to display the data number at the bottom of the bars. How can I remove them?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title "OVERALL HEALTH &amp;amp; WELL-BEING";&lt;BR /&gt;proc sgplot data= sasdata.cruise&amp;amp;date;&lt;BR /&gt;vbar Q156_1 /stat=percent datalabel;&lt;BR /&gt;xaxistable Q156_1 / location=inside stat=freq;&lt;/P&gt;&lt;P&gt;%include " &amp;amp;fmtpath\sas format statement_v3.sas";&lt;BR /&gt;%include " &amp;amp;fmtpath\sas labels_v3.sas";&lt;BR /&gt;title2 "A3.In the past 7 days,I feel close to my friends";&lt;BR /&gt;xaxis display=(nolabel); run; title2; quit;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 16:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-not-to-display-the-data-labels-at-the-bar-chart/m-p/802834#M33291</guid>
      <dc:creator>katslau</dc:creator>
      <dc:date>2022-03-18T16:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: How not to display the data labels at the bar chart</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-not-to-display-the-data-labels-at-the-bar-chart/m-p/802839#M33293</link>
      <description>&lt;P&gt;The XAXISTABLE statement is used to create/display summary values. If I understand your request then remove or comment the statement so it does not execute.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suggestion: when posting questions about graphing procedures it is a good idea to post a copy of the generated image and then you tell us about elements that need to change by referencing the picture. "Data labels" at first glance at your question had the immediate feeling that the DATALABEL option should be removed but those don't appear on the bottom. Your description could be confused with the XAXIS value labels as well, so my response is a guess as to which "data labels" are intended.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 17:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-not-to-display-the-data-labels-at-the-bar-chart/m-p/802839#M33293</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-18T17:08:08Z</dc:date>
    </item>
  </channel>
</rss>

