<?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 Waterfall chart using sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-sgplot/m-p/370857#M12815</link>
    <description>&lt;P&gt;Hi SAS Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there is anyway to display &amp;nbsp;the values within in the bars of waterfall chart. &amp;nbsp;Below is my data and code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data new;&lt;BR /&gt;input amount name$;&lt;BR /&gt;informat amount dollar10.;&lt;BR /&gt;format amount dollar10.;&lt;BR /&gt;datalines;&lt;BR /&gt;10004556 a1&lt;BR /&gt;56477557 a2&lt;BR /&gt;582578977 a4&lt;BR /&gt;575668686 a5&lt;BR /&gt;57657888 a6&lt;BR /&gt;56454778 a7&lt;BR /&gt;5643898968 a8&lt;BR /&gt;8643966 a9&lt;BR /&gt;567865787 a10&lt;BR /&gt;7547785787 a11&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data=new;&lt;BR /&gt;styleattrs datacolors=(CXF98D29 CX404040 CXDF84BA CXFFD923);&lt;BR /&gt;waterfall category=name response=amount/ colorgroup=name datalabel DATALABELATTRS=(Size=8 Weight=Bold) dataskin=none finalbarattrs=(color=CXF6B333);&lt;BR /&gt;xaxis display=(nolabel) discreteorder=data;&lt;BR /&gt;yaxis offsetmin=0;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2017 10:03:11 GMT</pubDate>
    <dc:creator>sanjay1</dc:creator>
    <dc:date>2017-06-27T10:03:11Z</dc:date>
    <item>
      <title>Waterfall chart using sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-sgplot/m-p/370857#M12815</link>
      <description>&lt;P&gt;Hi SAS Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there is anyway to display &amp;nbsp;the values within in the bars of waterfall chart. &amp;nbsp;Below is my data and code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data new;&lt;BR /&gt;input amount name$;&lt;BR /&gt;informat amount dollar10.;&lt;BR /&gt;format amount dollar10.;&lt;BR /&gt;datalines;&lt;BR /&gt;10004556 a1&lt;BR /&gt;56477557 a2&lt;BR /&gt;582578977 a4&lt;BR /&gt;575668686 a5&lt;BR /&gt;57657888 a6&lt;BR /&gt;56454778 a7&lt;BR /&gt;5643898968 a8&lt;BR /&gt;8643966 a9&lt;BR /&gt;567865787 a10&lt;BR /&gt;7547785787 a11&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data=new;&lt;BR /&gt;styleattrs datacolors=(CXF98D29 CX404040 CXDF84BA CXFFD923);&lt;BR /&gt;waterfall category=name response=amount/ colorgroup=name datalabel DATALABELATTRS=(Size=8 Weight=Bold) dataskin=none finalbarattrs=(color=CXF6B333);&lt;BR /&gt;xaxis display=(nolabel) discreteorder=data;&lt;BR /&gt;yaxis offsetmin=0;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 10:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-sgplot/m-p/370857#M12815</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2017-06-27T10:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart using sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-sgplot/m-p/371074#M12826</link>
      <description>&lt;P&gt;How do you want to display a value "within a bar" when the Bar is less than a single character thick?&lt;/P&gt;
&lt;P&gt;You also would need to consider contrast such as not attempting to display black text on a black (or other very dark color).&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2017 22:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-sgplot/m-p/371074#M12826</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-27T22:31:42Z</dc:date>
    </item>
  </channel>
</rss>

