<?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: No Frame Feature with Statgraph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142684#M5388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I included that line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 19:02:11 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2015-01-28T19:02:11Z</dc:date>
    <item>
      <title>No Frame Feature with Statgraph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142682#M5386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;In SAS 9.2&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;Proc gchart has the noframe feature that removes the box from around the graphs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;How can I use this same feature with a layout like proc template statgraph&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;Example code is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc template;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; define statgraph ColorCollegeByIndex;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic TITLE1 TITLE2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; entrytitle TITLE1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; entrytitle TITLE2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / xaxisopts =(label = ' ') yaxisopts =(label = ' ');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; seriesplot x=FOUR_DIGIT_YEAR y=students_enrolled / group=COLLEGE_DESC&amp;nbsp; name='a' index=index display=all&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on / imagemap height=3in width=3in border=off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%Stpbegin;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sgrender data=enrollmentTotalOnCampus template=TotalGraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;%Stpend;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 18:51:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142682#M5386</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-28T18:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: No Frame Feature with Statgraph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142683#M5387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;ODS Graphics on / border=off;&lt;/P&gt;&lt;P&gt;before rendering the graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 18:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142683#M5387</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-28T18:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: No Frame Feature with Statgraph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142684#M5388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I included that line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142684#M5388</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-28T19:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: No Frame Feature with Statgraph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142685#M5389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Would be easier to help if you can attach a working program with sample data.&amp;nbsp; Please see the "Tip:&amp;nbsp; How to ask..."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Also - &lt;SPAN style="font-size: 13.3333330154419px;"&gt;The template name used in the SGRENDER does not match the name in proc TEMPLATE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:19:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142685#M5389</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-01-28T19:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: No Frame Feature with Statgraph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142686#M5390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the LAYOUT OVERLAY statement, put this option after the slash: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;walldisplay=(fill)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 19:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/No-Frame-Feature-with-Statgraph/m-p/142686#M5390</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-01-28T19:59:36Z</dc:date>
    </item>
  </channel>
</rss>

