<?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: Removing data labels in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228532#M8285</link>
    <description>&lt;P&gt;That does what I need it to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2015 21:01:18 GMT</pubDate>
    <dc:creator>608</dc:creator>
    <dc:date>2015-10-05T21:01:18Z</dc:date>
    <item>
      <title>Removing data labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228431#M8282</link>
      <description>&lt;P&gt;I am building a variable width bar chart (I am attempting to use proc gareabar for the first time).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The example here is great:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002299562.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#a002299562.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I want to remove the data labels. &amp;nbsp;(I do not want 27, 80, or 46 to show up on the graph). &amp;nbsp;The method I have used for&amp;nbsp;removing data labels for other procedures is not working for this procedure. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/394iCBEF2F445787245B/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="gabsumvr.gif" title="gabsumvr.gif" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions reset=all dev=activex;&lt;BR /&gt;&lt;BR /&gt;data totals;&lt;BR /&gt;input Site $ Quarter Sales Salespersons;&lt;BR /&gt;format Sales dollar12.2;&lt;BR /&gt;datalines;&lt;BR /&gt;Lima 1 4043.97 4&lt;BR /&gt;NY 1 8225.26 12&lt;BR /&gt;Rome 1 3543.97 6&lt;BR /&gt;Lima 2 3723.44 5&lt;BR /&gt;NY 2 8595.07 18&lt;BR /&gt;Rome 2 5558.29 10&lt;BR /&gt;Lima 3 4437.96 8&lt;BR /&gt;NY 3 9847.91 24&lt;BR /&gt;Rome 3 6789.85 14&lt;BR /&gt;Lima 4 6065.57 10&lt;BR /&gt;NY 4 11388.51 26&lt;BR /&gt;Rome 4 8509.08 16&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;ods listing close;&lt;BR /&gt;&lt;BR /&gt;ods html;&lt;BR /&gt;&lt;BR /&gt;proc gareabar data=totals;&lt;BR /&gt;vbar site*salespersons /&lt;BR /&gt;sumvar=sales;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;BR /&gt;&lt;BR /&gt;ods html close;&lt;BR /&gt;&lt;BR /&gt;ods listing;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 14:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228431#M8282</guid>
      <dc:creator>608</dc:creator>
      <dc:date>2015-10-05T14:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Removing data labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228436#M8283</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, never heard of this procedure before, I would always use either proc sgplot, or Graph Template Language. &amp;nbsp;Preferable GTL. &amp;nbsp;Then you have full functionality to alter labels and what comes out. &amp;nbsp;Check out this blog which has examples of pretty much anything you could want to do with graphs:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should find plenty of examples where bar charts are done, with adding data labels, or other things.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 14:20:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228436#M8283</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-10-05T14:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Removing data labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228469#M8284</link>
      <description>&lt;P&gt;I do not know of a way to programmatically remove these labels [perhaps there's an html parameter that could be set, such as the following, but I don't see anything documented: &amp;nbsp;ODS HTML parameters=("show_area_labels"="false"); ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is an interactive activex chart, you can right-click and run the "Graph properties" menu, and then select the "Area bar" tab, and un-check the "Show labels" checkbox ... for a one-time view of the chart the way you're wanting it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/395i81B4A261364EDDAA/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="gareabar_properties.png" title="gareabar_properties.png" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/396i9EE21EF0E8006827/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="gareabar.png" title="gareabar.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228469#M8284</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2015-10-05T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Removing data labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228532#M8285</link>
      <description>&lt;P&gt;That does what I need it to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 21:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Removing-data-labels/m-p/228532#M8285</guid>
      <dc:creator>608</dc:creator>
      <dc:date>2015-10-05T21:01:18Z</dc:date>
    </item>
  </channel>
</rss>

