<?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: Waterfall chart using proc sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367791#M12776</link>
    <description>&lt;P&gt;For simple cases, you could compute the sequential values yourself and use HighLow plot. &amp;nbsp;This will give you full control.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 16:35:45 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2017-06-16T16:35:45Z</dc:date>
    <item>
      <title>Waterfall chart using proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367746#M12774</link>
      <description>&lt;P&gt;Hi SAS Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to get rid of the Final bar in waterfall chart is there is any way to do this, below is my code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data a;&lt;BR /&gt;input name$ marks;&lt;BR /&gt;datalines;&lt;BR /&gt;scott 99&lt;BR /&gt;maria 88&lt;BR /&gt;michel 40&lt;BR /&gt;john 101&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=a;&lt;BR /&gt;waterfall category=name response=marks/colorgroup=name datalabel dataskin=none finalbarattrs=(color=CXF6B333);&lt;BR /&gt;/* keylegend / location=outside down=3 opaque;*/&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;Please guide&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367746#M12774</guid>
      <dc:creator>sanjay1</dc:creator>
      <dc:date>2017-06-16T14:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart using proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367781#M12775</link>
      <description>&lt;P&gt;A quickish and dirty way would be to add a REFLINE that is opaque and the color of the background color of the plot area that coinsides with that location.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:09:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367781#M12775</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-16T16:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart using proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367791#M12776</link>
      <description>&lt;P&gt;For simple cases, you could compute the sequential values yourself and use HighLow plot. &amp;nbsp;This will give you full control.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367791#M12776</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-06-16T16:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Waterfall chart using proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367822#M12777</link>
      <description>&lt;P&gt;There is an option in GTL waterfall chart to turn off the final bar; but, unfortunately, we do not currently have it in SGPLOT. However, you can use the TMPLOUT option on the SGPLOT procedure statement to dump out the GTL template. Then, on the WATERFALLCHART statement after the "/", add this option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;display=(fill outline connect)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run this template with PROC SGRENDER. This should give you your current appearance, minus the final bar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 17:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Waterfall-chart-using-proc-sgplot/m-p/367822#M12777</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-06-16T17:32:44Z</dc:date>
    </item>
  </channel>
</rss>

