<?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 Title1; number of lines in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27053#M798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force a title to display 2 lines. Even if the test in the title fits in one line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to side by side titles and I want them both the same size. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 21:33:51 GMT</pubDate>
    <dc:creator>Jaime</dc:creator>
    <dc:date>2011-07-06T21:33:51Z</dc:date>
    <item>
      <title>Title1; number of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27053#M798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force a title to display 2 lines. Even if the test in the title fits in one line. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to side by side titles and I want them both the same size. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 21:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27053#M798</guid>
      <dc:creator>Jaime</dc:creator>
      <dc:date>2011-07-06T21:33:51Z</dc:date>
    </item>
    <item>
      <title>Title1; number of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27054#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; could you please give example on how you need he display to help understand better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 08:01:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27054#M799</guid>
      <dc:creator>manojinpec</dc:creator>
      <dc:date>2011-07-07T08:01:32Z</dc:date>
    </item>
    <item>
      <title>Title1; number of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27055#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use TITLE1-TITLE9 to control which text is on which line. You can use the font attribute options to make the text sizes the same for each line. Does that answer your question?&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>Thu, 07 Jul 2011 19:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27055#M800</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-07-07T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Title1; number of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27056#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Every time SAS sees a J= (justify) option in a title, the title goes to a new line.&amp;nbsp; So, something like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; title j=l "This is the first part" j=l "This is the second part";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will split the title across two lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 18:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27056#M801</guid>
      <dc:creator>mikek_sas</dc:creator>
      <dc:date>2011-07-08T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Title1; number of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27057#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because it's not clear which procedure you are using, I will mention that the justication behavior described by Mike works for device-based graph procs (GCHART, GPLOT, etc.) but not for ODS Graphics (template-based) procedures (SGPLOT, SGPANEL, SGSCATTER). The TITLE statement technique should work in either case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 20:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title1-number-of-lines/m-p/27057#M802</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-07-08T20:39:32Z</dc:date>
    </item>
  </channel>
</rss>

