<?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: Making multiple line header labels with  LAYOUT DATALATTICE in GTL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28863#M840</link>
    <description>Thank you very much for clarification.&lt;BR /&gt;
&lt;BR /&gt;
Best,&lt;BR /&gt;
Vladimir</description>
    <pubDate>Mon, 14 Mar 2011 18:32:11 GMT</pubDate>
    <dc:creator>vladem</dc:creator>
    <dc:date>2011-03-14T18:32:11Z</dc:date>
    <item>
      <title>Making multiple line header labels with  LAYOUT DATALATTICE in GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28861#M838</link>
      <description>By default, the header labels produced with the LAYOUT LATTICE  have 1 line text only. But I need 2 lines. Is it possible to create what I need?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance for any idea.&lt;BR /&gt;
&lt;BR /&gt;
Vladimir</description>
      <pubDate>Mon, 14 Mar 2011 15:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28861#M838</guid>
      <dc:creator>vladem</dc:creator>
      <dc:date>2011-03-14T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple line header labels with  LAYOUT DATALATTICE in GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28862#M839</link>
      <description>With a LAYOUT DATALATTICE, this is not currently possible. With a LAYOUT LATTICE, this is possible using a LAYOUT GRIDDED in the cell headers. A simple example is below.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Dan&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc template;&lt;BR /&gt;
define statgraph multiheader;&lt;BR /&gt;
begingraph;&lt;BR /&gt;
layout lattice / columns=2 columngutter=10;&lt;BR /&gt;
   cell;&lt;BR /&gt;
      cellheader;&lt;BR /&gt;
          layout gridded;&lt;BR /&gt;
              entry "Line 1";&lt;BR /&gt;
              entry "Line 2";&lt;BR /&gt;
          endlayout;&lt;BR /&gt;
      endcellheader;&lt;BR /&gt;
      layout overlay;&lt;BR /&gt;
        scatterplot x=age y=height;&lt;BR /&gt;
      endlayout;&lt;BR /&gt;
   endcell; &lt;BR /&gt;
      cell;&lt;BR /&gt;
      cellheader;&lt;BR /&gt;
          layout gridded;&lt;BR /&gt;
             entry "Line 1";&lt;BR /&gt;
             entry "Line 2";&lt;BR /&gt;
          endlayout;&lt;BR /&gt;
      endcellheader;&lt;BR /&gt;
      layout overlay;&lt;BR /&gt;
        scatterplot x=age y=weight;&lt;BR /&gt;
      endlayout;&lt;BR /&gt;
   endcell; &lt;BR /&gt;
endlayout;&lt;BR /&gt;
endgraph;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc sgrender data=sashelp.class template=multiheader; run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 14 Mar 2011 16:21:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28862#M839</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2011-03-14T16:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Making multiple line header labels with  LAYOUT DATALATTICE in GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28863#M840</link>
      <description>Thank you very much for clarification.&lt;BR /&gt;
&lt;BR /&gt;
Best,&lt;BR /&gt;
Vladimir</description>
      <pubDate>Mon, 14 Mar 2011 18:32:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Making-multiple-line-header-labels-with-LAYOUT-DATALATTICE-in/m-p/28863#M840</guid>
      <dc:creator>vladem</dc:creator>
      <dc:date>2011-03-14T18:32:11Z</dc:date>
    </item>
  </channel>
</rss>

