<?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 title not show up in proc gchart in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310389#M10918</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Does anyone try to run the sample code on &lt;A href="http://support.sas.com/kb/26/105.html" target="_blank"&gt;http://support.sas.com/kb/26/105.html&lt;/A&gt; ? according to this article, the output should look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="SampleOutput.png" alt="SampleOutput.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5722iFFF34893A76681E0/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;however when this sample code running on my SAS 9.4, the output looks like this:&lt;/P&gt;
&lt;P&gt;&lt;IMG title="RunningonMyMachineOutput.png" alt="RunningonMyMachineOutput.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5723i7A0E9E6F30F073B6/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;on which you can see, the title for each single chart is disappeared, and the big title was moved out from the first chart to the top of the whole picture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do i get the single chart title show up? I am utilizing this demo for a real report chart, and having the exactly same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;appreciate if anyone can help,&lt;/P&gt;
&lt;P&gt;Fran&lt;/P&gt;</description>
    <pubDate>Wed, 09 Nov 2016 14:27:06 GMT</pubDate>
    <dc:creator>guanf</dc:creator>
    <dc:date>2016-11-09T14:27:06Z</dc:date>
    <item>
      <title>title not show up in proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310389#M10918</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Does anyone try to run the sample code on &lt;A href="http://support.sas.com/kb/26/105.html" target="_blank"&gt;http://support.sas.com/kb/26/105.html&lt;/A&gt; ? according to this article, the output should look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG title="SampleOutput.png" alt="SampleOutput.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5722iFFF34893A76681E0/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;however when this sample code running on my SAS 9.4, the output looks like this:&lt;/P&gt;
&lt;P&gt;&lt;IMG title="RunningonMyMachineOutput.png" alt="RunningonMyMachineOutput.png" src="https://communities.sas.com/t5/image/serverpage/image-id/5723i7A0E9E6F30F073B6/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;on which you can see, the title for each single chart is disappeared, and the big title was moved out from the first chart to the top of the whole picture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do i get the single chart title show up? I am utilizing this demo for a real report chart, and having the exactly same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;appreciate if anyone can help,&lt;/P&gt;
&lt;P&gt;Fran&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:27:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310389#M10918</guid>
      <dc:creator>guanf</dc:creator>
      <dc:date>2016-11-09T14:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: title not show up in proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310390#M10919</link>
      <description>&lt;P&gt;Since that code is from SAS 9.1 HTML didn't exist as an output option then.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try switching to Listing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, check the GTITLE option setting.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310390#M10919</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-09T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: title not show up in proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310391#M10920</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;thanks for your reply, i am still new to sas code. could you please elaborate a little bit more? are you saying the sample code was written based on SAS 9.1 version, and when running on 9.4 it should be altered? but how to? can you please get to the code level?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Fran&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:39:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310391#M10920</guid>
      <dc:creator>guanf</dc:creator>
      <dc:date>2016-11-09T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: title not show up in proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310395#M10921</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;
&lt;P&gt;just add one more thing: the title shows up in single slide dashboard though. sample: &lt;A href="http://support.sas.com/kb/26/104.html" target="_blank"&gt;http://support.sas.com/kb/26/104.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;what would make the two different?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Frances&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 14:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310395#M10921</guid>
      <dc:creator>guanf</dc:creator>
      <dc:date>2016-11-09T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: title not show up in proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310464#M10928</link>
      <description>&lt;P&gt;Try the following. Not in front of a computer so can't comment otherwise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS html close;&lt;/P&gt;
&lt;P&gt;ods listing;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;rest of sas code goes here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 17:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310464#M10928</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-09T17:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: title not show up in proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310473#M10929</link>
      <description>&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;Thanks Reeza, TS Martin helped me out, here is the solution for me: (this issue only exists when submitting code from EG)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;from the dropdown options menu at the top of your Enterprise Guide windows, select: &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;TOOLS -&amp;gt; OPTIONS &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;&amp;nbsp; &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;On the left hand side under Results, click Graph. &amp;nbsp;Then on the right hand side, for Graph Format, set the value of the Graph Format option to PNG. &amp;nbsp;Once you do this, on the same screen, under "Options for PNG", enable the following 2 options:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;Include titles inside the image&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;Include footnotes inside the image&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;Then click OK to return to EG&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;Thanks again, &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;FONT color="#000000" face="Arial"&gt;Fran&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 18:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-not-show-up-in-proc-gchart/m-p/310473#M10929</guid>
      <dc:creator>guanf</dc:creator>
      <dc:date>2016-11-09T18:21:30Z</dc:date>
    </item>
  </channel>
</rss>

